Class NodeTopologyEntity

  • All Implemented Interfaces:
    java.io.Serializable

    public class NodeTopologyEntity
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • NodeTopologyEntity

        public NodeTopologyEntity​(java.lang.Integer nodeid,
                                  OnmsNode.NodeType nodetype,
                                  java.lang.String nodesysoid,
                                  java.lang.String nodelabel,
                                  java.lang.String location)
    • Method Detail

      • getId

        public java.lang.Integer getId()
      • getSysObjectId

        public java.lang.String getSysObjectId()
      • getLabel

        public java.lang.String getLabel()
      • getLocation

        public java.lang.String getLocation()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object