public class QuobyteVolumeSourceFluent<A extends QuobyteVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| 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) |
protected void |
copyInstance(QuobyteVolumeSource instance) |
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) |
public QuobyteVolumeSourceFluent()
public QuobyteVolumeSourceFluent(QuobyteVolumeSource instance)
protected void copyInstance(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 io.fabric8.kubernetes.api.builder.BaseFluent<A extends QuobyteVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends QuobyteVolumeSourceFluent<A>>public A withReadOnly()
Copyright © 2015–2023 Red Hat. All rights reserved.