Class V1PortworxVolumeSourceFluentImpl<A extends V1PortworxVolumeSourceFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1PortworxVolumeSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1PortworxVolumeSourceFluent<A>
- Direct Known Subclasses:
V1PortworxVolumeSourceBuilder
public class V1PortworxVolumeSourceFluentImpl<A extends V1PortworxVolumeSourceFluent<A>>
extends BaseFluent<A>
implements V1PortworxVolumeSourceFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1PortworxVolumeSourceFluentImpl
(io.kubernetes.client.openapi.models.V1PortworxVolumeSource instance) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
toString()
withFsType
(String fsType) withReadOnly
(Boolean readOnly) withVolumeID
(String volumeID) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1PortworxVolumeSourceFluentImpl
public V1PortworxVolumeSourceFluentImpl() -
V1PortworxVolumeSourceFluentImpl
public V1PortworxVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1PortworxVolumeSource instance)
-
-
Method Details
-
getFsType
- Specified by:
getFsType
in interfaceV1PortworxVolumeSourceFluent<A extends V1PortworxVolumeSourceFluent<A>>
-
withFsType
- Specified by:
withFsType
in interfaceV1PortworxVolumeSourceFluent<A extends V1PortworxVolumeSourceFluent<A>>
-
hasFsType
- Specified by:
hasFsType
in interfaceV1PortworxVolumeSourceFluent<A extends V1PortworxVolumeSourceFluent<A>>
-
getReadOnly
- Specified by:
getReadOnly
in interfaceV1PortworxVolumeSourceFluent<A extends V1PortworxVolumeSourceFluent<A>>
-
withReadOnly
- Specified by:
withReadOnly
in interfaceV1PortworxVolumeSourceFluent<A extends V1PortworxVolumeSourceFluent<A>>
-
hasReadOnly
- Specified by:
hasReadOnly
in interfaceV1PortworxVolumeSourceFluent<A extends V1PortworxVolumeSourceFluent<A>>
-
getVolumeID
- Specified by:
getVolumeID
in interfaceV1PortworxVolumeSourceFluent<A extends V1PortworxVolumeSourceFluent<A>>
-
withVolumeID
- Specified by:
withVolumeID
in interfaceV1PortworxVolumeSourceFluent<A extends V1PortworxVolumeSourceFluent<A>>
-
hasVolumeID
- Specified by:
hasVolumeID
in interfaceV1PortworxVolumeSourceFluent<A extends V1PortworxVolumeSourceFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1PortworxVolumeSourceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1PortworxVolumeSourceFluent<A>>
-
toString
-
withReadOnly
- Specified by:
withReadOnly
in interfaceV1PortworxVolumeSourceFluent<A extends V1PortworxVolumeSourceFluent<A>>
-