public class MaxAgePolicyFluent<A extends MaxAgePolicyFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
MaxAgePolicyFluent() |
MaxAgePolicyFluent(MaxAgePolicy instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(MaxAgePolicy instance) |
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) |
public MaxAgePolicyFluent()
public MaxAgePolicyFluent(MaxAgePolicy instance)
protected void copyInstance(MaxAgePolicy instance)
public Integer getLargestMaxAge()
public boolean hasLargestMaxAge()
public Integer getSmallestMaxAge()
public boolean hasSmallestMaxAge()
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 MaxAgePolicyFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends MaxAgePolicyFluent<A>>Copyright © 2015–2024 Red Hat. All rights reserved.