public class ResourceMetricStatusFluent<A extends ResourceMetricStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
ResourceMetricStatusFluent() |
ResourceMetricStatusFluent(ResourceMetricStatus 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() |
Integer |
getCurrentAverageUtilization() |
io.fabric8.kubernetes.api.model.Quantity |
getCurrentAverageValue() |
String |
getName() |
boolean |
hasAdditionalProperties() |
boolean |
hasCurrentAverageUtilization() |
boolean |
hasCurrentAverageValue() |
int |
hashCode() |
boolean |
hasName() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withCurrentAverageUtilization(Integer currentAverageUtilization) |
A |
withCurrentAverageValue(io.fabric8.kubernetes.api.model.Quantity currentAverageValue) |
A |
withName(String name) |
A |
withNewCurrentAverageValue(String amount) |
A |
withNewCurrentAverageValue(String amount,
String format) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ResourceMetricStatusFluent()
public ResourceMetricStatusFluent(ResourceMetricStatus instance)
public Integer getCurrentAverageUtilization()
public A withCurrentAverageUtilization(Integer currentAverageUtilization)
public boolean hasCurrentAverageUtilization()
public io.fabric8.kubernetes.api.model.Quantity getCurrentAverageValue()
public A withCurrentAverageValue(io.fabric8.kubernetes.api.model.Quantity currentAverageValue)
public boolean hasCurrentAverageValue()
public String getName()
public boolean hasName()
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 ResourceMetricStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ResourceMetricStatusFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.