public class HPAScalingPolicyFluentImpl<A extends HPAScalingPolicyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HPAScalingPolicyFluent<A>
| Constructor and Description |
|---|
HPAScalingPolicyFluentImpl() |
HPAScalingPolicyFluentImpl(HPAScalingPolicy 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 |
getPeriodSeconds() |
String |
getType() |
Integer |
getValue() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasPeriodSeconds() |
Boolean |
hasType() |
Boolean |
hasValue() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withPeriodSeconds(Integer periodSeconds) |
A |
withType(String type) |
A |
withValue(Integer value) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HPAScalingPolicyFluentImpl()
public HPAScalingPolicyFluentImpl(HPAScalingPolicy instance)
public Integer getPeriodSeconds()
getPeriodSeconds in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A withPeriodSeconds(Integer periodSeconds)
withPeriodSeconds in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public Boolean hasPeriodSeconds()
hasPeriodSeconds in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public String getType()
getType in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A withType(String type)
withType in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public Boolean hasType()
hasType in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public Integer getValue()
getValue in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A withValue(Integer value)
withValue in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public Boolean hasValue()
hasValue in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HPAScalingPolicyFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HPAScalingPolicyFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.