Interface OpennmsModelProtos.SnmpInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCommunity()
      string community = 5;
      com.google.protobuf.ByteString getCommunityBytes()
      string community = 5;
      int getGeneric()
      uint32 generic = 4;
      java.lang.String getId()
      string id = 1;
      com.google.protobuf.ByteString getIdBytes()
      string id = 1;
      int getSpecific()
      uint32 specific = 3;
      java.lang.String getTrapOid()
      string trap_oid = 6;
      com.google.protobuf.ByteString getTrapOidBytes()
      string trap_oid = 6;
      java.lang.String getVersion()
      string version = 2;
      com.google.protobuf.ByteString getVersionBytes()
      string version = 2;
      • 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

        java.lang.String getId()
        string id = 1;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1;
      • getVersion

        java.lang.String getVersion()
        string version = 2;
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
        string version = 2;
      • getSpecific

        int getSpecific()
        uint32 specific = 3;
      • getGeneric

        int getGeneric()
        uint32 generic = 4;
      • getCommunity

        java.lang.String getCommunity()
        string community = 5;
      • getCommunityBytes

        com.google.protobuf.ByteString getCommunityBytes()
        string community = 5;
      • getTrapOid

        java.lang.String getTrapOid()
        string trap_oid = 6;
      • getTrapOidBytes

        com.google.protobuf.ByteString getTrapOidBytes()
        string trap_oid = 6;