Class PagerDutyImageConfig
- java.lang.Object
-
- io.fabric8.openshift.api.model.monitoring.v1beta1.PagerDutyImageConfig
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PagerDutyImageConfigBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PagerDutyImageConfig extends Object implements io.fabric8.kubernetes.api.builder.Editable<PagerDutyImageConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
PagerDutyImageConfig attaches images to an incident- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PagerDutyImageConfig()No args constructor for use in serializationPagerDutyImageConfig(String alt, String href, String src)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PagerDutyImageConfigBuilderedit()Map<String,Object>getAdditionalProperties()StringgetAlt()Alt is the optional alternative text for the image.StringgetHref()Optional URL; makes the image a clickable link.StringgetSrc()Src of the image being attached to the incidentvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAlt(String alt)Alt is the optional alternative text for the image.voidsetHref(String href)Optional URL; makes the image a clickable link.voidsetSrc(String src)Src of the image being attached to the incidentPagerDutyImageConfigBuildertoBuilder()
-
-
-
Method Detail
-
getAlt
public String getAlt()
Alt is the optional alternative text for the image.
-
setAlt
public void setAlt(String alt)
Alt is the optional alternative text for the image.
-
getHref
public String getHref()
Optional URL; makes the image a clickable link.
-
setHref
public void setHref(String href)
Optional URL; makes the image a clickable link.
-
getSrc
public String getSrc()
Src of the image being attached to the incident
-
setSrc
public void setSrc(String src)
Src of the image being attached to the incident
-
edit
public PagerDutyImageConfigBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PagerDutyImageConfigBuilder>
-
toBuilder
public PagerDutyImageConfigBuilder toBuilder()
-
-