public class QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>> extends BaseFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
QuobyteVolumeSourceFluent() |
QuobyteVolumeSourceFluent(QuobyteVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getGroup() |
Boolean |
getReadOnly() |
String |
getRegistry() |
String |
getTenant() |
String |
getUser() |
String |
getVolume() |
boolean |
hasAdditionalProperties() |
boolean |
hasGroup() |
int |
hashCode() |
boolean |
hasReadOnly() |
boolean |
hasRegistry() |
boolean |
hasTenant() |
boolean |
hasUser() |
boolean |
hasVolume() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withGroup(String group) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
A |
withRegistry(String registry) |
A |
withTenant(String tenant) |
A |
withUser(String user) |
A |
withVolume(String volume) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic QuobyteVolumeSourceFluent()
public QuobyteVolumeSourceFluent(QuobyteVolumeSource instance)
public String getGroup()
public boolean hasGroup()
public Boolean getReadOnly()
public boolean hasReadOnly()
public String getRegistry()
public boolean hasRegistry()
public String getTenant()
public boolean hasTenant()
public String getUser()
public boolean hasUser()
public String getVolume()
public boolean hasVolume()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class BaseFluent<A extends QuobyteVolumeSourceFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends QuobyteVolumeSourceFluent<A>>public A withReadOnly()
Copyright © 2015–2023 Red Hat. All rights reserved.