Class ConsoleNotificationSpec

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    public class ConsoleNotificationSpec
    extends Object
    implements io.fabric8.kubernetes.api.model.KubernetesResource
    See Also:
    Serialized Form
    • Constructor Detail

      • ConsoleNotificationSpec

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

        public ConsoleNotificationSpec​(String backgroundColor,
                                       String color,
                                       Link link,
                                       String location,
                                       String text)
        Parameters:
        backgroundColor -
        color -
        link -
        location -
        text -
    • Method Detail

      • getBackgroundColor

        public String getBackgroundColor()
      • setBackgroundColor

        public void setBackgroundColor​(String backgroundColor)
      • getColor

        public String getColor()
      • setColor

        public void setColor​(String color)
      • getLink

        public Link getLink()
      • setLink

        public void setLink​(Link link)
      • getLocation

        public String getLocation()
      • setLocation

        public void setLocation​(String location)
      • getText

        public String getText()
      • setText

        public void setText​(String text)
      • getAdditionalProperties

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

        public void setAdditionalProperty​(String name,
                                          Object value)