Package org.netxms.client.maps.configs
Class DCIImageRule
- java.lang.Object
-
- org.netxms.client.maps.configs.DCIImageRule
-
public class DCIImageRule extends Object
DCI information for map line
-
-
Constructor Summary
Constructors Constructor Description DCIImageRule()Default constructorDCIImageRule(DCIImageRule src)Copy constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()StringgetCompareValue()intgetComparisonType()UUIDgetImage()voidsetComment(String comment)voidsetCompareValue(String compareValue)voidsetComparisonType(int comparisonType)voidsetImage(UUID image)
-
-
-
Field Detail
-
ITEM
public static final int ITEM
- See Also:
- Constant Field Values
-
TABLE
public static final int TABLE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DCIImageRule
public DCIImageRule()
Default constructor
-
DCIImageRule
public DCIImageRule(DCIImageRule src)
Copy constructor- Parameters:
src- source object
-
-
Method Detail
-
getComparisonType
public int getComparisonType()
- Returns:
- the comparisonType
-
setComparisonType
public void setComparisonType(int comparisonType)
- Parameters:
comparisonType- the comparisonType to set
-
getImage
public UUID getImage()
- Returns:
- the image
-
setImage
public void setImage(UUID image)
- Parameters:
image- the image to set
-
getCompareValue
public String getCompareValue()
- Returns:
- the compareValue
-
setCompareValue
public void setCompareValue(String compareValue)
- Parameters:
compareValue- the compareValue to set
-
getComment
public String getComment()
- Returns:
- the comment
-
setComment
public void setComment(String comment)
- Parameters:
comment- the comment to set
-
-