Class VolumeErrorFluentImpl<A extends VolumeErrorFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.storage.VolumeErrorFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,VolumeErrorFluent<A>
- Direct Known Subclasses:
DoneableVolumeError,VolumeAttachmentStatusFluentImpl.AttachErrorNestedImpl,VolumeAttachmentStatusFluentImpl.DetachErrorNestedImpl,VolumeErrorBuilder
public class VolumeErrorFluentImpl<A extends VolumeErrorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements VolumeErrorFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VolumeErrorFluentImpl()VolumeErrorFluentImpl(VolumeError instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetMessage()StringgetTime()BooleanhasMessage()BooleanhasTime()AwithMessage(String message)AwithNewMessage(String arg1)AwithNewMessage(StringBuffer arg1)AwithNewMessage(StringBuilder arg1)AwithNewTime(String arg1)AwithNewTime(StringBuffer arg1)AwithNewTime(StringBuilder arg1)AwithTime(String time)
-
Constructor Details
-
VolumeErrorFluentImpl
public VolumeErrorFluentImpl() -
VolumeErrorFluentImpl
-
-
Method Details
-
getMessage
- Specified by:
getMessagein interfaceVolumeErrorFluent<A extends VolumeErrorFluent<A>>
-
withMessage
- Specified by:
withMessagein interfaceVolumeErrorFluent<A extends VolumeErrorFluent<A>>
-
hasMessage
- Specified by:
hasMessagein interfaceVolumeErrorFluent<A extends VolumeErrorFluent<A>>
-
withNewMessage
- Specified by:
withNewMessagein interfaceVolumeErrorFluent<A extends VolumeErrorFluent<A>>
-
withNewMessage
- Specified by:
withNewMessagein interfaceVolumeErrorFluent<A extends VolumeErrorFluent<A>>
-
withNewMessage
- Specified by:
withNewMessagein interfaceVolumeErrorFluent<A extends VolumeErrorFluent<A>>
-
getTime
- Specified by:
getTimein interfaceVolumeErrorFluent<A extends VolumeErrorFluent<A>>
-
withTime
- Specified by:
withTimein interfaceVolumeErrorFluent<A extends VolumeErrorFluent<A>>
-
hasTime
- Specified by:
hasTimein interfaceVolumeErrorFluent<A extends VolumeErrorFluent<A>>
-
withNewTime
- Specified by:
withNewTimein interfaceVolumeErrorFluent<A extends VolumeErrorFluent<A>>
-
withNewTime
- Specified by:
withNewTimein interfaceVolumeErrorFluent<A extends VolumeErrorFluent<A>>
-
withNewTime
- Specified by:
withNewTimein interfaceVolumeErrorFluent<A extends VolumeErrorFluent<A>>
-
equals
-