Interface OpennmsModelProtos.NodeCriteriaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OpennmsModelProtos.NodeCriteria
,OpennmsModelProtos.NodeCriteria.Builder
- Enclosing class:
- OpennmsModelProtos
public static interface OpennmsModelProtos.NodeCriteriaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getForeignId()
string foreign_id = 3;
com.google.protobuf.ByteString
getForeignIdBytes()
string foreign_id = 3;
java.lang.String
getForeignSource()
string foreign_source = 2;
com.google.protobuf.ByteString
getForeignSourceBytes()
string foreign_source = 2;
long
getId()
uint64 id = 1;
-
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;
-
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;
-
-