public class MaxAgePolicyFluentImpl<A extends MaxAgePolicyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MaxAgePolicyFluent<A>
| Constructor and Description |
|---|
MaxAgePolicyFluentImpl() |
MaxAgePolicyFluentImpl(MaxAgePolicy 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 |
getLargestMaxAge() |
Integer |
getSmallestMaxAge() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasLargestMaxAge() |
Boolean |
hasSmallestMaxAge() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withLargestMaxAge(Integer largestMaxAge) |
A |
withSmallestMaxAge(Integer smallestMaxAge) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic MaxAgePolicyFluentImpl()
public MaxAgePolicyFluentImpl(MaxAgePolicy instance)
public Integer getLargestMaxAge()
getLargestMaxAge in interface MaxAgePolicyFluent<A extends MaxAgePolicyFluent<A>>public A withLargestMaxAge(Integer largestMaxAge)
withLargestMaxAge in interface MaxAgePolicyFluent<A extends MaxAgePolicyFluent<A>>public Boolean hasLargestMaxAge()
hasLargestMaxAge in interface MaxAgePolicyFluent<A extends MaxAgePolicyFluent<A>>public Integer getSmallestMaxAge()
getSmallestMaxAge in interface MaxAgePolicyFluent<A extends MaxAgePolicyFluent<A>>public A withSmallestMaxAge(Integer smallestMaxAge)
withSmallestMaxAge in interface MaxAgePolicyFluent<A extends MaxAgePolicyFluent<A>>public Boolean hasSmallestMaxAge()
hasSmallestMaxAge in interface MaxAgePolicyFluent<A extends MaxAgePolicyFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface MaxAgePolicyFluent<A extends MaxAgePolicyFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface MaxAgePolicyFluent<A extends MaxAgePolicyFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface MaxAgePolicyFluent<A extends MaxAgePolicyFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface MaxAgePolicyFluent<A extends MaxAgePolicyFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface MaxAgePolicyFluent<A extends MaxAgePolicyFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface MaxAgePolicyFluent<A extends MaxAgePolicyFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface MaxAgePolicyFluent<A extends MaxAgePolicyFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MaxAgePolicyFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MaxAgePolicyFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.