Class RocketChatFieldConfig
- java.lang.Object
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.RocketChatFieldConfig
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<RocketChatFieldConfigBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class RocketChatFieldConfig extends Object implements io.fabric8.kubernetes.api.builder.Editable<RocketChatFieldConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
RocketChatFieldConfig defines additional fields for RocketChat messages.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RocketChatFieldConfig()No args constructor for use in serializationRocketChatFieldConfig(Boolean _short, String title, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RocketChatFieldConfigBuilderedit()Map<String,Object>getAdditionalProperties()BooleangetShort()Whether this field should be a short field.StringgetTitle()The title of this field.StringgetValue()The value of this field, displayed underneath the title value.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetShort(Boolean _short)Whether this field should be a short field.voidsetTitle(String title)The title of this field.voidsetValue(String value)The value of this field, displayed underneath the title value.RocketChatFieldConfigBuildertoBuilder()
-
-
-
Method Detail
-
getShort
public Boolean getShort()
Whether this field should be a short field.
-
setShort
public void setShort(Boolean _short)
Whether this field should be a short field.
-
getTitle
public String getTitle()
The title of this field.
-
setTitle
public void setTitle(String title)
The title of this field.
-
getValue
public String getValue()
The value of this field, displayed underneath the title value.
-
setValue
public void setValue(String value)
The value of this field, displayed underneath the title value.
-
edit
public RocketChatFieldConfigBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<RocketChatFieldConfigBuilder>
-
toBuilder
public RocketChatFieldConfigBuilder toBuilder()
-
-