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 |
|---|---|
boolean |
equals(Object o) |
String |
getNamespace() |
io.fabric8.kubernetes.api.model.ResourceQuotaStatus |
getStatus() |
int |
hashCode() |
Boolean |
hasNamespace() |
Boolean |
hasStatus() |
A |
withNamespace(String namespace) |
A |
withNewNamespace(String arg1) |
A |
withNewNamespace(StringBuffer arg1) |
A |
withNewNamespace(StringBuilder arg1) |
A |
withStatus(io.fabric8.kubernetes.api.model.ResourceQuotaStatus status) |
public 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 A withNewNamespace(String arg1)
withNewNamespace in interface ResourceQuotaStatusByNamespaceFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public A withNewNamespace(StringBuilder arg1)
withNewNamespace in interface ResourceQuotaStatusByNamespaceFluent<A extends ResourceQuotaStatusByNamespaceFluent<A>>public A withNewNamespace(StringBuffer arg1)
withNewNamespace 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>>Copyright © 2015–2021 Red Hat. All rights reserved.