Class PagerDutyLinkConfig

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<PagerDutyLinkConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class PagerDutyLinkConfig
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<PagerDutyLinkConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    PagerDutyLinkConfig attaches text links to an incident
    See Also:
    Serialized Form
    • Constructor Detail

      • PagerDutyLinkConfig

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

        public PagerDutyLinkConfig​(String alt,
                                   String href)
    • Method Detail

      • getAlt

        public String getAlt()
        Text that describes the purpose of the link, and can be used as the link's text.
      • setAlt

        public void setAlt​(String alt)
        Text that describes the purpose of the link, and can be used as the link's text.
      • getHref

        public String getHref()
        Href is the URL of the link to be attached
      • setHref

        public void setHref​(String href)
        Href is the URL of the link to be attached
      • getAdditionalProperties

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

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

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