Class DCIImageRule

java.lang.Object
org.netxms.client.maps.configs.DCIImageRule

public class DCIImageRule extends Object
DCI information for map line
  • Field Details

  • Constructor Details

    • DCIImageRule

      public DCIImageRule()
      Default constructor
    • DCIImageRule

      public DCIImageRule(DCIImageRule src)
      Copy constructor
      Parameters:
      src - source object
  • Method Details

    • 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