Class RocketChatFieldConfigFluent<A extends RocketChatFieldConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1beta1.RocketChatFieldConfigFluent<A>
-
- Direct Known Subclasses:
RocketChatConfigFluent.FieldsNested,RocketChatFieldConfigBuilder
public class RocketChatFieldConfigFluent<A extends RocketChatFieldConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description RocketChatFieldConfigFluent()RocketChatFieldConfigFluent(RocketChatFieldConfig 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(RocketChatFieldConfig instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()BooleangetShort()StringgetTitle()StringgetValue()booleanhasAdditionalProperties()inthashCode()booleanhasShort()booleanhasTitle()booleanhasValue()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithShort()AwithShort(Boolean _short)AwithTitle(String title)AwithValue(String value)
-
-
-
Constructor Detail
-
RocketChatFieldConfigFluent
public RocketChatFieldConfigFluent()
-
RocketChatFieldConfigFluent
public RocketChatFieldConfigFluent(RocketChatFieldConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(RocketChatFieldConfig instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RocketChatFieldConfigFluent<A>>
-
getShort
public Boolean getShort()
-
getTitle
public String getTitle()
-
getValue
public String getValue()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasShort
public boolean hasShort()
-
hasTitle
public boolean hasTitle()
-
hasValue
public boolean hasValue()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends RocketChatFieldConfigFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withShort
public A withShort()
-
-