Class HostPortRangeFluent<A extends HostPortRangeFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.policy.v1beta1.HostPortRangeFluent<A>
-
- Direct Known Subclasses:
HostPortRangeBuilder,PodSecurityPolicySpecFluent.HostPortsNested
public class HostPortRangeFluent<A extends HostPortRangeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description HostPortRangeFluent()HostPortRangeFluent(HostPortRange instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(HostPortRange instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()IntegergetMax()IntegergetMin()booleanhasAdditionalProperties()inthashCode()booleanhasMax()booleanhasMin()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithMax(Integer max)AwithMin(Integer min)
-
-
-
Constructor Detail
-
HostPortRangeFluent
public HostPortRangeFluent()
-
HostPortRangeFluent
public HostPortRangeFluent(HostPortRange instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(HostPortRange instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends HostPortRangeFluent<A>>
-
getMax
public Integer getMax()
-
getMin
public Integer getMin()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasMax
public boolean hasMax()
-
hasMin
public boolean hasMin()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends HostPortRangeFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-