public class NFSVolumeSourceFluentImpl<A extends NFSVolumeSourceFluent<A>> extends BaseFluent<A> implements NFSVolumeSourceFluent<A>
_visitables
Constructor and Description |
---|
NFSVolumeSourceFluentImpl() |
NFSVolumeSourceFluentImpl(NFSVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPath() |
String |
getServer() |
Boolean |
hasPath() |
Boolean |
hasReadOnly() |
Boolean |
hasServer() |
Boolean |
isReadOnly() |
A |
withNewPath(String arg1) |
A |
withNewPath(StringBuffer arg1) |
A |
withNewPath(StringBuilder arg1) |
A |
withNewReadOnly(boolean arg1) |
A |
withNewReadOnly(String arg1) |
A |
withNewServer(String arg1) |
A |
withNewServer(StringBuffer arg1) |
A |
withNewServer(StringBuilder arg1) |
A |
withPath(String path) |
A |
withReadOnly(Boolean readOnly) |
A |
withServer(String server) |
public NFSVolumeSourceFluentImpl()
public NFSVolumeSourceFluentImpl(NFSVolumeSource instance)
public String getPath()
getPath
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public A withPath(String path)
withPath
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public Boolean hasPath()
hasPath
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public A withNewPath(String arg1)
withNewPath
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public A withNewPath(StringBuilder arg1)
withNewPath
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public A withNewPath(StringBuffer arg1)
withNewPath
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public Boolean isReadOnly()
isReadOnly
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public A withReadOnly(Boolean readOnly)
withReadOnly
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public Boolean hasReadOnly()
hasReadOnly
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public A withNewReadOnly(String arg1)
withNewReadOnly
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public A withNewReadOnly(boolean arg1)
withNewReadOnly
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public String getServer()
getServer
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public A withServer(String server)
withServer
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public Boolean hasServer()
hasServer
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public A withNewServer(String arg1)
withNewServer
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public A withNewServer(StringBuilder arg1)
withNewServer
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
public A withNewServer(StringBuffer arg1)
withNewServer
in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>
Copyright © 2015–2019 Red Hat. All rights reserved.