Class ConsoleNotificationSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.console.v1.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 Summary
Constructors Constructor Description ConsoleNotificationSpec()No args constructor for use in serializationConsoleNotificationSpec(String backgroundColor, String color, Link link, String location, String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetBackgroundColor()StringgetColor()LinkgetLink()StringgetLocation()StringgetText()voidsetAdditionalProperty(String name, Object value)voidsetBackgroundColor(String backgroundColor)voidsetColor(String color)voidsetLink(Link link)voidsetLocation(String location)voidsetText(String 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)
-
-