Interface OpennmsModelProtos.SnmpInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpennmsModelProtos.SnmpInfo,OpennmsModelProtos.SnmpInfo.Builder
- Enclosing class:
- OpennmsModelProtos
public static interface OpennmsModelProtos.SnmpInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCommunity()string community = 5;com.google.protobuf.ByteStringgetCommunityBytes()string community = 5;intgetGeneric()uint32 generic = 4;java.lang.StringgetId()string id = 1;com.google.protobuf.ByteStringgetIdBytes()string id = 1;intgetSpecific()uint32 specific = 3;java.lang.StringgetTrapOid()string trap_oid = 6;com.google.protobuf.ByteStringgetTrapOidBytes()string trap_oid = 6;java.lang.StringgetVersion()string version = 2;com.google.protobuf.ByteStringgetVersionBytes()string version = 2;-
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;
-
-