Interface OpennmsModelProtos.SnmpInterfaceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getId()
      uint64 id = 1;
      int getIfAdminStatus()
      uint32 if_admin_status = 8;
      java.lang.String getIfAlias()
      string if_alias = 10;
      com.google.protobuf.ByteString getIfAliasBytes()
      string if_alias = 10;
      java.lang.String getIfDescr()
      string if_descr = 3;
      com.google.protobuf.ByteString getIfDescrBytes()
      string if_descr = 3;
      int getIfIndex()
      uint32 if_index = 2;
      java.lang.String getIfName()
      string if_name = 5;
      com.google.protobuf.ByteString getIfNameBytes()
      string if_name = 5;
      int getIfOperStatus()
      uint32 if_oper_status = 9;
      java.lang.String getIfPhysAddress()
      string if_phys_address = 7;
      com.google.protobuf.ByteString getIfPhysAddressBytes()
      string if_phys_address = 7;
      long getIfSpeed()
      uint64 if_speed = 6;
      int getIfType()
      uint32 if_type = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getId

        long getId()
        uint64 id = 1;
      • getIfIndex

        int getIfIndex()
        uint32 if_index = 2;
      • getIfDescr

        java.lang.String getIfDescr()
        string if_descr = 3;
      • getIfDescrBytes

        com.google.protobuf.ByteString getIfDescrBytes()
        string if_descr = 3;
      • getIfType

        int getIfType()
        uint32 if_type = 4;
      • getIfName

        java.lang.String getIfName()
        string if_name = 5;
      • getIfNameBytes

        com.google.protobuf.ByteString getIfNameBytes()
        string if_name = 5;
      • getIfSpeed

        long getIfSpeed()
        uint64 if_speed = 6;
      • getIfPhysAddress

        java.lang.String getIfPhysAddress()
        string if_phys_address = 7;
      • getIfPhysAddressBytes

        com.google.protobuf.ByteString getIfPhysAddressBytes()
        string if_phys_address = 7;
      • getIfAdminStatus

        int getIfAdminStatus()
        uint32 if_admin_status = 8;
      • getIfOperStatus

        int getIfOperStatus()
        uint32 if_oper_status = 9;
      • getIfAlias

        java.lang.String getIfAlias()
        string if_alias = 10;
      • getIfAliasBytes

        com.google.protobuf.ByteString getIfAliasBytes()
        string if_alias = 10;