Interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
VolumeAttachmentStatusFluent.AttachErrorNested<N>,VolumeAttachmentStatusFluent.DetachErrorNested<N>
- All Known Implementing Classes:
DoneableVolumeError,VolumeAttachmentStatusFluentImpl.AttachErrorNestedImpl,VolumeAttachmentStatusFluentImpl.DetachErrorNestedImpl,VolumeErrorBuilder,VolumeErrorFluentImpl
public interface VolumeErrorFluent<A extends VolumeErrorFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description 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)
-
Method Details
-
getMessage
String getMessage() -
withMessage
-
hasMessage
Boolean hasMessage() -
withNewMessage
-
withNewMessage
-
withNewMessage
-
getTime
String getTime() -
withTime
-
hasTime
Boolean hasTime() -
withNewTime
-
withNewTime
-
withNewTime
-