Class PagerDutyLinkConfig
- java.lang.Object
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.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 Summary
Constructors Constructor Description PagerDutyLinkConfig()No args constructor for use in serializationPagerDutyLinkConfig(String alt, String href)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PagerDutyLinkConfigBuilderedit()Map<String,Object>getAdditionalProperties()StringgetAlt()Text that describes the purpose of the link, and can be used as the link's text.StringgetHref()Href is the URL of the link to be attachedvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAlt(String alt)Text that describes the purpose of the link, and can be used as the link's text.voidsetHref(String href)Href is the URL of the link to be attachedPagerDutyLinkConfigBuildertoBuilder()
-
-
-
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
-
edit
public PagerDutyLinkConfigBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PagerDutyLinkConfigBuilder>
-
toBuilder
public PagerDutyLinkConfigBuilder toBuilder()
-
-