Class 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 Detail

      • RocketChatActionConfig

        public RocketChatActionConfig()
        No args constructor for use in serialization
      • RocketChatActionConfig

        public RocketChatActionConfig​(String msg,
                                      String text,
                                      String url)
    • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)