public class V1AzureFileVolumeSourceFluentImpl<A extends V1AzureFileVolumeSourceFluent<A>> extends BaseFluent<A> implements V1AzureFileVolumeSourceFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V1AzureFileVolumeSourceFluentImpl() |
V1AzureFileVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1AzureFileVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getReadOnly() |
String |
getSecretName() |
String |
getShareName() |
int |
hashCode() |
Boolean |
hasReadOnly() |
Boolean |
hasSecretName() |
Boolean |
hasShareName() |
String |
toString() |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
A |
withSecretName(String secretName) |
A |
withShareName(String shareName) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1AzureFileVolumeSourceFluentImpl()
public V1AzureFileVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1AzureFileVolumeSource instance)
public Boolean getReadOnly()
getReadOnly in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>public A withReadOnly(Boolean readOnly)
withReadOnly in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>public Boolean hasReadOnly()
hasReadOnly in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>public String getSecretName()
getSecretName in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>public A withSecretName(String secretName)
withSecretName in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>public Boolean hasSecretName()
hasSecretName in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>public String getShareName()
getShareName in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>public A withShareName(String shareName)
withShareName in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>public Boolean hasShareName()
hasShareName in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1AzureFileVolumeSourceFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1AzureFileVolumeSourceFluent<A>>public A withReadOnly()
withReadOnly in interface V1AzureFileVolumeSourceFluent<A extends V1AzureFileVolumeSourceFluent<A>>Copyright © 2022. All rights reserved.