Class V1VolumeErrorFluentImpl<A extends V1VolumeErrorFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1VolumeErrorFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1VolumeErrorFluent<A>
- Direct Known Subclasses:
V1VolumeErrorBuilder
public class V1VolumeErrorFluentImpl<A extends V1VolumeErrorFluent<A>>
extends BaseFluent<A>
implements V1VolumeErrorFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1VolumeErrorFluentImpl
(io.kubernetes.client.openapi.models.V1VolumeError instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getTime()
int
hashCode()
hasTime()
toString()
withMessage
(String message) withTime
(OffsetDateTime time) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1VolumeErrorFluentImpl
public V1VolumeErrorFluentImpl() -
V1VolumeErrorFluentImpl
public V1VolumeErrorFluentImpl(io.kubernetes.client.openapi.models.V1VolumeError instance)
-
-
Method Details
-
getMessage
- Specified by:
getMessage
in interfaceV1VolumeErrorFluent<A extends V1VolumeErrorFluent<A>>
-
withMessage
- Specified by:
withMessage
in interfaceV1VolumeErrorFluent<A extends V1VolumeErrorFluent<A>>
-
hasMessage
- Specified by:
hasMessage
in interfaceV1VolumeErrorFluent<A extends V1VolumeErrorFluent<A>>
-
getTime
- Specified by:
getTime
in interfaceV1VolumeErrorFluent<A extends V1VolumeErrorFluent<A>>
-
withTime
- Specified by:
withTime
in interfaceV1VolumeErrorFluent<A extends V1VolumeErrorFluent<A>>
-
hasTime
- Specified by:
hasTime
in interfaceV1VolumeErrorFluent<A extends V1VolumeErrorFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1VolumeErrorFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1VolumeErrorFluent<A>>
-
toString
-