Interface OpennmsModelProtos.NodeOrBuilder

    • Method Detail

      • getId

        long getId()
        uint64 id = 1;
      • getForeignSource

        java.lang.String getForeignSource()
        string foreign_source = 2;
      • getForeignSourceBytes

        com.google.protobuf.ByteString getForeignSourceBytes()
        string foreign_source = 2;
      • getForeignId

        java.lang.String getForeignId()
        string foreign_id = 3;
      • getForeignIdBytes

        com.google.protobuf.ByteString getForeignIdBytes()
        string foreign_id = 3;
      • getLocation

        java.lang.String getLocation()
        string location = 4;
      • getLocationBytes

        com.google.protobuf.ByteString getLocationBytes()
        string location = 4;
      • getCategoryList

        java.util.List<java.lang.String> getCategoryList()
        repeated string category = 5;
      • getCategoryCount

        int getCategoryCount()
        repeated string category = 5;
      • getCategory

        java.lang.String getCategory​(int index)
        repeated string category = 5;
      • getCategoryBytes

        com.google.protobuf.ByteString getCategoryBytes​(int index)
        repeated string category = 5;
      • getLabel

        java.lang.String getLabel()
        string label = 6;
      • getLabelBytes

        com.google.protobuf.ByteString getLabelBytes()
        string label = 6;
      • getCreateTime

        long getCreateTime()
        uint64 create_time = 7;
      • getSysContact

        java.lang.String getSysContact()
        string sys_contact = 8;
      • getSysContactBytes

        com.google.protobuf.ByteString getSysContactBytes()
        string sys_contact = 8;
      • getSysDescription

        java.lang.String getSysDescription()
        string sys_description = 9;
      • getSysDescriptionBytes

        com.google.protobuf.ByteString getSysDescriptionBytes()
        string sys_description = 9;
      • getSysObjectId

        java.lang.String getSysObjectId()
        string sys_object_id = 10;
      • getSysObjectIdBytes

        com.google.protobuf.ByteString getSysObjectIdBytes()
        string sys_object_id = 10;
      • getIpInterfaceCount

        int getIpInterfaceCount()
        repeated .IpInterface ip_interface = 11;
      • getSnmpInterfaceCount

        int getSnmpInterfaceCount()
        repeated .SnmpInterface snmp_interface = 12;
      • hasHwInventory

        boolean hasHwInventory()
        .HwEntity hw_inventory = 13;