public class ResourceQuotaStatusByNamespaceFluentImpl<A extends ResourceQuotaStatusByNamespaceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ResourceQuotaStatusByNamespaceFluent<A>
| Constructor and Description |
|---|
ResourceQuotaStatusByNamespaceFluentImpl() |
ResourceQuotaStatusByNamespaceFluentImpl(ResourceQuotaStatusByNamespace 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 |
getNamespace() |
io.fabric8.kubernetes.api.model.ResourceQuotaStatus |
getStatus() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasNamespace() |
Boolean |
hasStatus() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withNamespace(String namespace) |
A |
withStatus(io.fabric8.kubernetes.api.model.ResourceQuotaStatus status) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ResourceQuotaStatusByNamespaceFluentImpl()
public ResourceQuotaStatusByNamespaceFluentImpl(ResourceQuotaStatusByNamespace instance)
public String getNamespace()
getNamespace in interface ResourceQuotaStatusByNamespaceFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public A withNamespace(String namespace)
withNamespace in interface ResourceQuotaStatusByNamespaceFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public Boolean hasNamespace()
hasNamespace in interface ResourceQuotaStatusByNamespaceFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public io.fabric8.kubernetes.api.model.ResourceQuotaStatus getStatus()
getStatus in interface ResourceQuotaStatusByNamespaceFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public A withStatus(io.fabric8.kubernetes.api.model.ResourceQuotaStatus status)
withStatus in interface ResourceQuotaStatusByNamespaceFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public Boolean hasStatus()
hasStatus in interface ResourceQuotaStatusByNamespaceFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ResourceQuotaStatusByNamespaceFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ResourceQuotaStatusByNamespaceFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ResourceQuotaStatusByNamespaceFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ResourceQuotaStatusByNamespaceFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ResourceQuotaStatusByNamespaceFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ResourceQuotaStatusByNamespaceFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ResourceQuotaStatusByNamespaceFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.