public class NFSVolumeSourceFluentImpl<A extends NFSVolumeSourceFluent<A>> extends BaseFluent<A> implements NFSVolumeSourceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
NFSVolumeSourceFluentImpl() |
NFSVolumeSourceFluentImpl(NFSVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPath() |
Boolean |
getReadOnly() |
String |
getServer() |
int |
hashCode() |
Boolean |
hasPath() |
Boolean |
hasReadOnly() |
Boolean |
hasServer() |
A |
withNewPath(String arg0)
Deprecated.
|
A |
withNewServer(String arg0)
Deprecated.
|
A |
withPath(String path) |
A |
withReadOnly(Boolean readOnly) |
A |
withServer(String server) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic 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>>@Deprecated public A withNewPath(String arg0)
withNewPath in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>public Boolean getReadOnly()
getReadOnly 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 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>>@Deprecated public A withNewServer(String arg0)
withNewServer in interface NFSVolumeSourceFluent<A extends NFSVolumeSourceFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.