public class Motif extends Object
| Constructor and Description |
|---|
Motif() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getColor() |
String |
getLargeIconUrl() |
String |
getMediumIconUrl() |
String |
getSmallIconUrl() |
Object |
getSvgIconUrl() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setColor(String color) |
void |
setLargeIconUrl(String largeIconUrl) |
void |
setMediumIconUrl(String mediumIconUrl) |
void |
setSmallIconUrl(String smallIconUrl) |
void |
setSvgIconUrl(Object svgIconUrl) |
String |
toString() |
public String getColor()
public void setColor(String color)
color - The colorpublic String getLargeIconUrl()
public void setLargeIconUrl(String largeIconUrl)
largeIconUrl - The largeIconUrlpublic String getMediumIconUrl()
public void setMediumIconUrl(String mediumIconUrl)
mediumIconUrl - The mediumIconUrlpublic String getSmallIconUrl()
public void setSmallIconUrl(String smallIconUrl)
smallIconUrl - The smallIconUrlpublic Object getSvgIconUrl()
public void setSvgIconUrl(Object svgIconUrl)
svgIconUrl - The svgIconUrlCopyright © 2019. All rights reserved.