Class RocketChatActionConfig
- java.lang.Object
-
- io.fabric8.openshift.api.model.monitoring.v1beta1.RocketChatActionConfig
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<RocketChatActionConfigBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class RocketChatActionConfig extends Object implements io.fabric8.kubernetes.api.builder.Editable<RocketChatActionConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
RocketChatActionConfig defines actions for RocketChat messages.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RocketChatActionConfig()No args constructor for use in serializationRocketChatActionConfig(String msg, String text, String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RocketChatActionConfigBuilderedit()Map<String,Object>getAdditionalProperties()StringgetMsg()The message to send when the button is clicked.StringgetText()The button text.StringgetUrl()The URL the button links to.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetMsg(String msg)The message to send when the button is clicked.voidsetText(String text)The button text.voidsetUrl(String url)The URL the button links to.RocketChatActionConfigBuildertoBuilder()
-
-
-
Method Detail
-
getMsg
public String getMsg()
The message to send when the button is clicked.
-
setMsg
public void setMsg(String msg)
The message to send when the button is clicked.
-
getText
public String getText()
The button text.
-
setText
public void setText(String text)
The button text.
-
getUrl
public String getUrl()
The URL the button links to.
-
setUrl
public void setUrl(String url)
The URL the button links to.
-
edit
public RocketChatActionConfigBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<RocketChatActionConfigBuilder>
-
toBuilder
public RocketChatActionConfigBuilder toBuilder()
-
-