Package io.fabric8.kubernetes.api.model
Class NFSVolumeSourceFluentImpl<A extends NFSVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.NFSVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,NFSVolumeSourceFluent<A>
- Direct Known Subclasses:
NFSVolumeSourceBuilder,PersistentVolumeSpecFluentImpl.NfsNestedImpl,VolumeFluentImpl.NfsNestedImpl,WatchEventFluentImpl.NFSVolumeSourceObjectNestedImpl
public class NFSVolumeSourceFluentImpl<A extends NFSVolumeSourceFluent<A>> extends BaseFluent<A> implements NFSVolumeSourceFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description NFSVolumeSourceFluentImpl()NFSVolumeSourceFluentImpl(NFSVolumeSource instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPath()StringgetServer()inthashCode()BooleanhasPath()BooleanhasReadOnly()BooleanhasServer()BooleanisReadOnly()AwithNewPath(String arg1)AwithNewPath(StringBuffer arg1)AwithNewPath(StringBuilder arg1)AwithNewReadOnly(boolean arg1)AwithNewReadOnly(String arg1)AwithNewServer(String arg1)AwithNewServer(StringBuffer arg1)AwithNewServer(StringBuilder arg1)AwithPath(String path)AwithReadOnly(Boolean readOnly)AwithServer(String server)
-
-
-
Constructor Detail
-
NFSVolumeSourceFluentImpl
public NFSVolumeSourceFluentImpl()
-
NFSVolumeSourceFluentImpl
public NFSVolumeSourceFluentImpl(NFSVolumeSource instance)
-
-
Method Detail
-
getPath
public String getPath()
- Specified by:
getPathin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withPath
public A withPath(String path)
- Specified by:
withPathin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
hasPath
public Boolean hasPath()
- Specified by:
hasPathin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(String arg1)
- Specified by:
withNewPathin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(StringBuilder arg1)
- Specified by:
withNewPathin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewPath
public A withNewPath(StringBuffer arg1)
- Specified by:
withNewPathin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnlyin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnlyin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnlyin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnlyin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnlyin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
getServer
public String getServer()
- Specified by:
getServerin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withServer
public A withServer(String server)
- Specified by:
withServerin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
hasServer
public Boolean hasServer()
- Specified by:
hasServerin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewServer
public A withNewServer(String arg1)
- Specified by:
withNewServerin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewServer
public A withNewServer(StringBuilder arg1)
- Specified by:
withNewServerin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
withNewServer
public A withNewServer(StringBuffer arg1)
- Specified by:
withNewServerin interfaceNFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
-
-