public class V1NFSVolumeSourceFluentImpl<A extends V1NFSVolumeSourceFluent<A>> extends BaseFluent<A> implements V1NFSVolumeSourceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1NFSVolumeSourceFluentImpl() |
V1NFSVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1NFSVolumeSource 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() |
String |
toString() |
A |
withPath(String path) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
A |
withServer(String server) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1NFSVolumeSourceFluentImpl()
public V1NFSVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1NFSVolumeSource instance)
public String getPath()
getPath in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>public A withPath(String path)
withPath in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>public Boolean hasPath()
hasPath in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>public Boolean getReadOnly()
getReadOnly in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>public A withReadOnly(Boolean readOnly)
withReadOnly in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>public Boolean hasReadOnly()
hasReadOnly in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>public String getServer()
getServer in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>public A withServer(String server)
withServer in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>public Boolean hasServer()
hasServer in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1NFSVolumeSourceFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1NFSVolumeSourceFluent<A>>public A withReadOnly()
withReadOnly in interface V1NFSVolumeSourceFluent<A extends V1NFSVolumeSourceFluent<A>>Copyright © 2022. All rights reserved.