Class SimpleNodeMarker

  • All Implemented Interfaces:
    NodeMarker

    public class SimpleNodeMarker
    extends java.lang.Object
    implements NodeMarker
    • Constructor Detail

      • SimpleNodeMarker

        public SimpleNodeMarker()
    • Method Detail

      • getProperties

        public final java.util.Map<java.lang.String,​java.lang.String> getProperties()
        Specified by:
        getProperties in interface NodeMarker
      • getNodeId

        public java.lang.Integer getNodeId()
        Specified by:
        getNodeId in interface NodeMarker
      • setNodeId

        public void setNodeId​(java.lang.Integer nodeId)
      • setForeignSource

        public void setForeignSource​(java.lang.String foreignSource)
      • setForeignId

        public void setForeignId​(java.lang.String foreignId)
      • setNodeLabel

        public void setNodeLabel​(java.lang.String nodeLabel)
      • setDescription

        public void setDescription​(java.lang.String description)
      • setIpAddress

        public void setIpAddress​(java.lang.String ipAddress)
      • getSeverity

        public java.lang.Integer getSeverity()
        Specified by:
        getSeverity in interface NodeMarker
      • setSeverity

        public void setSeverity​(java.lang.Integer severity)
      • setSeverityLabel

        public void setSeverityLabel​(java.lang.String severityLabel)
      • setUnackedCount

        public void setUnackedCount​(java.lang.Integer unackedCount)
      • setMaintContract

        public void setMaintContract​(java.lang.String maintContract)
      • setCoordinates

        public void setCoordinates​(Coordinates coordinates)
      • getCategoryList

        public java.util.List<java.lang.String> getCategoryList()
        Specified by:
        getCategoryList in interface NodeMarker
      • setCategoryList

        public void setCategoryList​(java.util.List<java.lang.String> categoryList)
      • addCategory

        public void addCategory​(java.lang.String category)