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;
java.lang.String
getLocation()
string location = 5;
com.google.protobuf.ByteString
getLocationBytes()
string location = 5;
java.lang.String
getNodeLabel()
string node_label = 4;
com.google.protobuf.ByteString
getNodeLabelBytes()
string node_label = 4;
-
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;
-
getNodeLabel
java.lang.String getNodeLabel()
string node_label = 4;
-
getNodeLabelBytes
com.google.protobuf.ByteString getNodeLabelBytes()
string node_label = 4;
-
getLocation
java.lang.String getLocation()
string location = 5;
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
string location = 5;
-
-