@Generated(value="org.jsonschema2pojo") public class ConsoleNotificationSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ConsoleNotificationSpec()
No args constructor for use in serialization
|
ConsoleNotificationSpec(String backgroundColor,
String color,
Link link,
String location,
String text) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getBackgroundColor() |
String |
getColor() |
Link |
getLink() |
String |
getLocation() |
String |
getText() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setBackgroundColor(String backgroundColor) |
void |
setColor(String color) |
void |
setLink(Link link) |
void |
setLocation(String location) |
void |
setText(String text) |
public ConsoleNotificationSpec()
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
backgroundColor - The backgroundColorpublic String getColor()
public void setColor(String color)
color - The colorpublic Link getLink()
public void setLink(Link link)
link - The linkpublic String getLocation()
public void setLocation(String location)
location - The locationpublic String getText()
public void setText(String text)
text - The textCopyright © 2015–2020 Red Hat. All rights reserved.