
com.zabbix4j.map.MapObject Maven / Gradle / Ivy
package com.zabbix4j.map;
/**
* @author Suguru Yajima
*/
public class MapObject {
private Integer sysmapid;
private Integer height;
private String name;
private Integer width;
private String backgrounid;
private Integer expand_macros;
private Integer expandproblem;
private Integer grid_align;
private Integer grid_show;
private Integer grid_size;
private Integer highlight;
private Integer iconmapid;
private Integer label_format;
private Integer label_location;
private String label_string_host;
private String label_string_hostgroup;
private String label_string_image;
private String label_string_map;
private String label_string_trigger;
private Integer label_type;
private Integer label_type_host;
private Integer label_type_hostgroup;
private Integer label_type_image;
private Integer label_type_map;
private Integer label_type_trigger;
private Integer markelements;
private Integer severity_min;
private Integer show_unack;
/**
* Gets grid_show.
*
* @return Value of grid_show.
*/
public Integer getGrid_show() {
return grid_show;
}
/**
* Sets new grid_show.
*
* @param grid_show New value of grid_show.
*/
public void setGrid_show(Integer grid_show) {
this.grid_show = grid_show;
}
/**
* Gets height.
*
* @return Value of height.
*/
public Integer getHeight() {
return height;
}
/**
* Sets new height.
*
* @param height New value of height.
*/
public void setHeight(Integer height) {
this.height = height;
}
/**
* Gets expand_macros.
*
* @return Value of expand_macros.
*/
public Integer getExpand_macros() {
return expand_macros;
}
/**
* Sets new expand_macros.
*
* @param expand_macros New value of expand_macros.
*/
public void setExpand_macros(Integer expand_macros) {
this.expand_macros = expand_macros;
}
/**
* Gets label_string_host.
*
* @return Value of label_string_host.
*/
public String getLabel_string_host() {
return label_string_host;
}
/**
* Sets new label_string_host.
*
* @param label_string_host New value of label_string_host.
*/
public void setLabel_string_host(String label_string_host) {
this.label_string_host = label_string_host;
}
/**
* Gets name.
*
* @return Value of name.
*/
public String getName() {
return name;
}
/**
* Sets new name.
*
* @param name New value of name.
*/
public void setName(String name) {
this.name = name;
}
/**
* Gets markelements.
*
* @return Value of markelements.
*/
public Integer getMarkelements() {
return markelements;
}
/**
* Sets new markelements.
*
* @param markelements New value of markelements.
*/
public void setMarkelements(Integer markelements) {
this.markelements = markelements;
}
/**
* Gets show_unack.
*
* @return Value of show_unack.
*/
public Integer getShow_unack() {
return show_unack;
}
/**
* Sets new show_unack.
*
* @param show_unack New value of show_unack.
*/
public void setShow_unack(Integer show_unack) {
this.show_unack = show_unack;
}
/**
* Gets label_type_host.
*
* @return Value of label_type_host.
*/
public Integer getLabel_type_host() {
return label_type_host;
}
/**
* Sets new label_type_host.
*
* @param label_type_host New value of label_type_host.
*/
public void setLabel_type_host(Integer label_type_host) {
this.label_type_host = label_type_host;
}
/**
* Gets label_type_image.
*
* @return Value of label_type_image.
*/
public Integer getLabel_type_image() {
return label_type_image;
}
/**
* Sets new label_type_image.
*
* @param label_type_image New value of label_type_image.
*/
public void setLabel_type_image(Integer label_type_image) {
this.label_type_image = label_type_image;
}
/**
* Gets label_string_map.
*
* @return Value of label_string_map.
*/
public String getLabel_string_map() {
return label_string_map;
}
/**
* Sets new label_string_map.
*
* @param label_string_map New value of label_string_map.
*/
public void setLabel_string_map(String label_string_map) {
this.label_string_map = label_string_map;
}
/**
* Gets grid_size.
*
* @return Value of grid_size.
*/
public Integer getGrid_size() {
return grid_size;
}
/**
* Sets new grid_size.
*
* @param grid_size New value of grid_size.
*/
public void setGrid_size(Integer grid_size) {
this.grid_size = grid_size;
}
/**
* Gets sysmapid.
*
* @return Value of sysmapid.
*/
public Integer getSysmapid() {
return sysmapid;
}
/**
* Sets new sysmapid.
*
* @param sysmapid New value of sysmapid.
*/
public void setSysmapid(Integer sysmapid) {
this.sysmapid = sysmapid;
}
/**
* Gets label_location.
*
* @return Value of label_location.
*/
public Integer getLabel_location() {
return label_location;
}
/**
* Sets new label_location.
*
* @param label_location New value of label_location.
*/
public void setLabel_location(Integer label_location) {
this.label_location = label_location;
}
/**
* Gets iconmapid.
*
* @return Value of iconmapid.
*/
public Integer getIconmapid() {
return iconmapid;
}
/**
* Sets new iconmapid.
*
* @param iconmapid New value of iconmapid.
*/
public void setIconmapid(Integer iconmapid) {
this.iconmapid = iconmapid;
}
/**
* Gets label_type_map.
*
* @return Value of label_type_map.
*/
public Integer getLabel_type_map() {
return label_type_map;
}
/**
* Sets new label_type_map.
*
* @param label_type_map New value of label_type_map.
*/
public void setLabel_type_map(Integer label_type_map) {
this.label_type_map = label_type_map;
}
/**
* Gets label_format.
*
* @return Value of label_format.
*/
public Integer getLabel_format() {
return label_format;
}
/**
* Sets new label_format.
*
* @param label_format New value of label_format.
*/
public void setLabel_format(Integer label_format) {
this.label_format = label_format;
}
/**
* Gets highlight.
*
* @return Value of highlight.
*/
public Integer getHighlight() {
return highlight;
}
/**
* Sets new highlight.
*
* @param highlight New value of highlight.
*/
public void setHighlight(Integer highlight) {
this.highlight = highlight;
}
/**
* Gets label_type_hostgroup.
*
* @return Value of label_type_hostgroup.
*/
public Integer getLabel_type_hostgroup() {
return label_type_hostgroup;
}
/**
* Sets new label_type_hostgroup.
*
* @param label_type_hostgroup New value of label_type_hostgroup.
*/
public void setLabel_type_hostgroup(Integer label_type_hostgroup) {
this.label_type_hostgroup = label_type_hostgroup;
}
/**
* Gets label_string_trigger.
*
* @return Value of label_string_trigger.
*/
public String getLabel_string_trigger() {
return label_string_trigger;
}
/**
* Sets new label_string_trigger.
*
* @param label_string_trigger New value of label_string_trigger.
*/
public void setLabel_string_trigger(String label_string_trigger) {
this.label_string_trigger = label_string_trigger;
}
/**
* Gets label_type.
*
* @return Value of label_type.
*/
public Integer getLabel_type() {
return label_type;
}
/**
* Sets new label_type.
*
* @param label_type New value of label_type.
*/
public void setLabel_type(Integer label_type) {
this.label_type = label_type;
}
/**
* Gets label_string_hostgroup.
*
* @return Value of label_string_hostgroup.
*/
public String getLabel_string_hostgroup() {
return label_string_hostgroup;
}
/**
* Sets new label_string_hostgroup.
*
* @param label_string_hostgroup New value of label_string_hostgroup.
*/
public void setLabel_string_hostgroup(String label_string_hostgroup) {
this.label_string_hostgroup = label_string_hostgroup;
}
/**
* Gets label_type_trigger.
*
* @return Value of label_type_trigger.
*/
public Integer getLabel_type_trigger() {
return label_type_trigger;
}
/**
* Sets new label_type_trigger.
*
* @param label_type_trigger New value of label_type_trigger.
*/
public void setLabel_type_trigger(Integer label_type_trigger) {
this.label_type_trigger = label_type_trigger;
}
/**
* Gets backgrounid.
*
* @return Value of backgrounid.
*/
public String getBackgrounid() {
return backgrounid;
}
/**
* Sets new backgrounid.
*
* @param backgrounid New value of backgrounid.
*/
public void setBackgrounid(String backgrounid) {
this.backgrounid = backgrounid;
}
/**
* Gets grid_align.
*
* @return Value of grid_align.
*/
public Integer getGrid_align() {
return grid_align;
}
/**
* Sets new grid_align.
*
* @param grid_align New value of grid_align.
*/
public void setGrid_align(Integer grid_align) {
this.grid_align = grid_align;
}
/**
* Gets label_string_image.
*
* @return Value of label_string_image.
*/
public String getLabel_string_image() {
return label_string_image;
}
/**
* Sets new label_string_image.
*
* @param label_string_image New value of label_string_image.
*/
public void setLabel_string_image(String label_string_image) {
this.label_string_image = label_string_image;
}
/**
* Gets severity_min.
*
* @return Value of severity_min.
*/
public Integer getSeverity_min() {
return severity_min;
}
/**
* Sets new severity_min.
*
* @param severity_min New value of severity_min.
*/
public void setSeverity_min(Integer severity_min) {
this.severity_min = severity_min;
}
/**
* Gets width.
*
* @return Value of width.
*/
public Integer getWidth() {
return width;
}
/**
* Sets new width.
*
* @param width New value of width.
*/
public void setWidth(Integer width) {
this.width = width;
}
/**
* Gets expandproblem.
*
* @return Value of expandproblem.
*/
public Integer getExpandproblem() {
return expandproblem;
}
/**
* Sets new expandproblem.
*
* @param expandproblem New value of expandproblem.
*/
public void setExpandproblem(Integer expandproblem) {
this.expandproblem = expandproblem;
}
public static enum EXPAND_MACROS {
DO_NOT_EXPAND_MACROS(0), EXPAND_MACRO(1);
public int value;
private EXPAND_MACROS(int value) {
this.value = value;
}
}
public static enum EXPAND_PROBLEM {
ALWAYS_DISPLAY(0), DISPLAY_THE_PROBLEM(1);
public int value;
private EXPAND_PROBLEM(int value) {
this.value = value;
}
}
public static enum GRID_ALIGN {
DISABLE_GRID_ALIGNING(0), ENABLE_GRID_ALIGNING(1);
public int value;
private GRID_ALIGN(int value) {
this.value = value;
}
}
public static enum GRID_SHOW {
DO_NOT_SHOW_THE_GRID(0), SHOW_THE_GRID(1);
public int value;
private GRID_SHOW(int value) {
this.value = value;
}
}
public static enum GRID_SIZE {
SIZE_20(20), SIZE_40(40), SIZE_50(50), SIZE(75), SIZE_100(100);
public int value;
private GRID_SIZE(int value) {
this.value = value;
}
}
public static enum ICON_HIGHLIGHTING {
DISABLED(0), ENABLED(1);
public int value;
private ICON_HIGHLIGHTING(int value) {
this.value = value;
}
}
public static enum ADVANCED_LABELS {
DISABLE(0), ENABLE(1);
public int value;
private ADVANCED_LABELS(int value) {
this.value = value;
}
}
public static enum LABEL_LOCATION {
BOTTOM(0), LEFT(1), RIGHT(2), TOP(3);
public int value;
private LABEL_LOCATION(int value) {
this.value = value;
}
}
public static enum LABEL_TYPE {
LABEL(0), IP_ADDRESS(1), ELEMENT_NAME(2), STATUS_ONLY(3), NOTHING(4);
public int value;
private LABEL_TYPE(int value) {
this.value = value;
}
}
public static enum LABEL_TYPE_HOST {
LABEL(0), IP_ADDRESS(1), ELEMENT_NAME(2), STATUS_ONLY(3), NOTHING(4), CUSTOM(5);
public int value;
private LABEL_TYPE_HOST(int value) {
this.value = value;
}
}
public static enum LABEL_TYPE_HOSTGROUP {
LABEL(0), IP_ADDRESS(1), ELEMENT_NAME(2), STATUS_ONLY(3), NOTHING(4), CUSTOM(5);
public int value;
private LABEL_TYPE_HOSTGROUP(int value) {
this.value = value;
}
}
public static enum LABEL_TYPE_IMAGE {
LABEL(0), IP_ADDRESS(1), ELEMENT_NAME(2), NOTHING(4), CUSTOM(5);
public int value;
private LABEL_TYPE_IMAGE(int value) {
this.value = value;
}
}
public static enum LABEL_TYPE_MAP {
LABEL(0), IP_ADDRESS(1), ELEMENT_NAME(2), STATUS_ONLY(3), NOTHING(4), CUSTOM(5);
public int value;
private LABEL_TYPE_MAP(int value) {
this.value = value;
}
}
public static enum LABEL_TYPE_TRIGGER {
LABEL(0), IP_ADDRESS(1), ELEMENT_NAME(2), STATUS_ONLY(3), NOTHING(4), CUSTOM(5);
public int value;
private LABEL_TYPE_TRIGGER(int value) {
this.value = value;
}
}
public static enum MARK_ELEMENTS {
DO_NOT_HIGHLIGHT(0), HIGHLIGHT(1);
public int value;
private MARK_ELEMENTS(int value) {
this.value = value;
}
}
public static enum SHOW_UNACK {
DISPLAY_ALL_PROBLEMS(0), DISPLAY_ONLY_UNACKNOWLAGED_PROBLEMS(1), DISPLAY_ACKNOWLAGED_AND_UNACKNOWLAGED_PROBLEMS(2);
public int value;
private SHOW_UNACK(int value) {
this.value = value;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy