Package io.fabric8.openshift.api.model
Class RouterShardFluent<A extends RouterShardFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.RouterShardFluent<A>
-
- Direct Known Subclasses:
RouterShardBuilder
public class RouterShardFluent<A extends RouterShardFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description RouterShardFluent()RouterShardFluent(RouterShard 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(RouterShard instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetDnsSuffix()StringgetShardName()booleanhasAdditionalProperties()booleanhasDnsSuffix()inthashCode()booleanhasShardName()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithDnsSuffix(String dnsSuffix)AwithShardName(String shardName)
-
-
-
Constructor Detail
-
RouterShardFluent
public RouterShardFluent()
-
RouterShardFluent
public RouterShardFluent(RouterShard instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(RouterShard instance)
-
getDnsSuffix
public String getDnsSuffix()
-
hasDnsSuffix
public boolean hasDnsSuffix()
-
getShardName
public String getShardName()
-
hasShardName
public boolean hasShardName()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RouterShardFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RouterShardFluent<A>>
-
-