public class MapGetResponse.Result extends MapObject
MapObject.ADVANCED_LABELS, MapObject.EXPAND_MACROS, MapObject.EXPAND_PROBLEM, MapObject.GRID_ALIGN, MapObject.GRID_SHOW, MapObject.GRID_SIZE, MapObject.ICON_HIGHLIGHTING, MapObject.LABEL_LOCATION, MapObject.LABEL_TYPE, MapObject.LABEL_TYPE_HOST, MapObject.LABEL_TYPE_HOSTGROUP, MapObject.LABEL_TYPE_IMAGE, MapObject.LABEL_TYPE_MAP, MapObject.LABEL_TYPE_TRIGGER, MapObject.MARK_ELEMENTS, MapObject.SHOW_UNACK| 构造器和说明 |
|---|
Result() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<IconMapObject> |
getIconmap()
Gets iconmap.
|
java.util.List<MapLinkObject> |
getLinks()
Gets links.
|
java.util.List<MapElementObject> |
getSelements()
Gets selements.
|
java.util.List<MapURLObject> |
getUrls()
Gets urls.
|
void |
setIconmap(java.util.List<IconMapObject> iconmap)
Sets new iconmap.
|
void |
setLinks(java.util.List<MapLinkObject> links)
Sets new links.
|
void |
setSelements(java.util.List<MapElementObject> selements)
Sets new selements.
|
void |
setUrls(java.util.List<MapURLObject> urls)
Sets new urls.
|
getBackgrounid, getExpand_macros, getExpandproblem, getGrid_align, getGrid_show, getGrid_size, getHeight, getHighlight, getIconmapid, getLabel_format, getLabel_location, getLabel_string_host, getLabel_string_hostgroup, getLabel_string_image, getLabel_string_map, getLabel_string_trigger, getLabel_type_host, getLabel_type_hostgroup, getLabel_type_image, getLabel_type_map, getLabel_type_trigger, getLabel_type, getMarkelements, getName, getSeverity_min, getShow_unack, getSysmapid, getWidth, setBackgrounid, setExpand_macros, setExpandproblem, setGrid_align, setGrid_show, setGrid_size, setHeight, setHighlight, setIconmapid, setLabel_format, setLabel_location, setLabel_string_host, setLabel_string_hostgroup, setLabel_string_image, setLabel_string_map, setLabel_string_trigger, setLabel_type_host, setLabel_type_hostgroup, setLabel_type_image, setLabel_type_map, setLabel_type_trigger, setLabel_type, setMarkelements, setName, setSeverity_min, setShow_unack, setSysmapid, setWidthpublic java.util.List<MapElementObject> getSelements()
public void setSelements(java.util.List<MapElementObject> selements)
selements - New value of selements.public java.util.List<MapURLObject> getUrls()
public void setUrls(java.util.List<MapURLObject> urls)
urls - New value of urls.public java.util.List<MapLinkObject> getLinks()
public void setLinks(java.util.List<MapLinkObject> links)
links - New value of links.public java.util.List<IconMapObject> getIconmap()
public void setIconmap(java.util.List<IconMapObject> iconmap)
iconmap - New value of iconmap.