Package io.fabric8.kubernetes.api.model
Class PhotonPersistentDiskVolumeSourceFluentImpl<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PhotonPersistentDiskVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,PhotonPersistentDiskVolumeSourceFluent<A>
- Direct Known Subclasses:
PersistentVolumeSpecFluentImpl.PhotonPersistentDiskNestedImpl
,PhotonPersistentDiskVolumeSourceBuilder
,VolumeFluentImpl.PhotonPersistentDiskNestedImpl
,WatchEventFluentImpl.PhotonPersistentDiskVolumeSourceObjectNestedImpl
public class PhotonPersistentDiskVolumeSourceFluentImpl<A extends PhotonPersistentDiskVolumeSourceFluent<A>> extends BaseFluent<A> implements PhotonPersistentDiskVolumeSourceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description PhotonPersistentDiskVolumeSourceFluentImpl()
PhotonPersistentDiskVolumeSourceFluentImpl(PhotonPersistentDiskVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getFsType()
String
getPdID()
Boolean
hasFsType()
int
hashCode()
Boolean
hasPdID()
A
withFsType(String fsType)
A
withNewFsType(String arg1)
A
withNewFsType(StringBuffer arg1)
A
withNewFsType(StringBuilder arg1)
A
withNewPdID(String arg1)
A
withNewPdID(StringBuffer arg1)
A
withNewPdID(StringBuilder arg1)
A
withPdID(String pdID)
-
-
-
Constructor Detail
-
PhotonPersistentDiskVolumeSourceFluentImpl
public PhotonPersistentDiskVolumeSourceFluentImpl()
-
PhotonPersistentDiskVolumeSourceFluentImpl
public PhotonPersistentDiskVolumeSourceFluentImpl(PhotonPersistentDiskVolumeSource instance)
-
-
Method Detail
-
getFsType
public String getFsType()
- Specified by:
getFsType
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsType
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsType
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsType
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsType
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsType
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
getPdID
public String getPdID()
- Specified by:
getPdID
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withPdID
public A withPdID(String pdID)
- Specified by:
withPdID
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
hasPdID
public Boolean hasPdID()
- Specified by:
hasPdID
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withNewPdID
public A withNewPdID(String arg1)
- Specified by:
withNewPdID
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withNewPdID
public A withNewPdID(StringBuilder arg1)
- Specified by:
withNewPdID
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withNewPdID
public A withNewPdID(StringBuffer arg1)
- Specified by:
withNewPdID
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
-