public class VolumeErrorFluentImpl<A extends VolumeErrorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements VolumeErrorFluent<A>
| Constructor and Description |
|---|
VolumeErrorFluentImpl() |
VolumeErrorFluentImpl(VolumeError instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessage() |
String |
getTime() |
int |
hashCode() |
Boolean |
hasMessage() |
Boolean |
hasTime() |
A |
withMessage(String message) |
A |
withNewMessage(String arg1) |
A |
withNewMessage(StringBuffer arg1) |
A |
withNewMessage(StringBuilder arg1) |
A |
withNewTime(String arg1) |
A |
withNewTime(StringBuffer arg1) |
A |
withNewTime(StringBuilder arg1) |
A |
withTime(String time) |
public VolumeErrorFluentImpl()
public VolumeErrorFluentImpl(VolumeError instance)
public String getMessage()
getMessage in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public A withMessage(String message)
withMessage in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public Boolean hasMessage()
hasMessage in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public A withNewMessage(String arg1)
withNewMessage in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public A withNewMessage(StringBuilder arg1)
withNewMessage in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public A withNewMessage(StringBuffer arg1)
withNewMessage in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public String getTime()
getTime in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public A withTime(String time)
withTime in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public Boolean hasTime()
hasTime in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public A withNewTime(String arg1)
withNewTime in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public A withNewTime(StringBuilder arg1)
withNewTime in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>public A withNewTime(StringBuffer arg1)
withNewTime in interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.