public class V2MetricTargetFluentImpl<A extends V2MetricTargetFluent<A>> extends BaseFluent<A> implements V2MetricTargetFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
V2MetricTargetFluentImpl() |
V2MetricTargetFluentImpl(io.kubernetes.client.openapi.models.V2MetricTarget instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getAverageUtilization() |
io.kubernetes.client.custom.Quantity |
getAverageValue() |
String |
getType() |
io.kubernetes.client.custom.Quantity |
getValue() |
Boolean |
hasAverageUtilization() |
Boolean |
hasAverageValue() |
int |
hashCode() |
Boolean |
hasType() |
Boolean |
hasValue() |
String |
toString() |
A |
withAverageUtilization(Integer averageUtilization) |
A |
withAverageValue(io.kubernetes.client.custom.Quantity averageValue) |
A |
withNewAverageValue(String value) |
A |
withNewValue(String value) |
A |
withType(String type) |
A |
withValue(io.kubernetes.client.custom.Quantity value) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V2MetricTargetFluentImpl()
public V2MetricTargetFluentImpl(io.kubernetes.client.openapi.models.V2MetricTarget instance)
public Integer getAverageUtilization()
getAverageUtilization in interface V2MetricTargetFluent<A extends V2MetricTargetFluent<A>>public A withAverageUtilization(Integer averageUtilization)
withAverageUtilization in interface V2MetricTargetFluent<A extends V2MetricTargetFluent<A>>public Boolean hasAverageUtilization()
hasAverageUtilization in interface V2MetricTargetFluent<A extends V2MetricTargetFluent<A>>public io.kubernetes.client.custom.Quantity getAverageValue()
getAverageValue in interface V2MetricTargetFluent<A extends V2MetricTargetFluent<A>>public A withAverageValue(io.kubernetes.client.custom.Quantity averageValue)
withAverageValue in interface V2MetricTargetFluent<A extends V2MetricTargetFluent<A>>public Boolean hasAverageValue()
hasAverageValue in interface V2MetricTargetFluent<A extends V2MetricTargetFluent<A>>public A withNewAverageValue(String value)
withNewAverageValue in interface V2MetricTargetFluent<A extends V2MetricTargetFluent<A>>public String getType()
getType in interface V2MetricTargetFluent<A extends V2MetricTargetFluent<A>>public A withType(String type)
withType in interface V2MetricTargetFluent<A extends V2MetricTargetFluent<A>>public Boolean hasType()
hasType in interface V2MetricTargetFluent<A extends V2MetricTargetFluent<A>>public io.kubernetes.client.custom.Quantity getValue()
getValue in interface V2MetricTargetFluent<A extends V2MetricTargetFluent<A>>public A withValue(io.kubernetes.client.custom.Quantity value)
withValue in interface V2MetricTargetFluent<A extends V2MetricTargetFluent<A>>public Boolean hasValue()
hasValue in interface V2MetricTargetFluent<A extends V2MetricTargetFluent<A>>public A withNewValue(String value)
withNewValue in interface V2MetricTargetFluent<A extends V2MetricTargetFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V2MetricTargetFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V2MetricTargetFluent<A>>Copyright © 2022. All rights reserved.