Package org.opennms.core.ipc.twin.model
Interface TwinRequestProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TwinRequestProto,TwinRequestProto.Builder
public interface TwinRequestProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsTracingInfo(String key)map<string, string> tracing_info = 4;StringgetConsumerKey()string consumer_key = 1;com.google.protobuf.ByteStringgetConsumerKeyBytes()string consumer_key = 1;StringgetLocation()string location = 3;com.google.protobuf.ByteStringgetLocationBytes()string location = 3;StringgetSystemId()string system_id = 2;com.google.protobuf.ByteStringgetSystemIdBytes()string system_id = 2;Map<String,String>getTracingInfo()Deprecated.intgetTracingInfoCount()map<string, string> tracing_info = 4;Map<String,String>getTracingInfoMap()map<string, string> tracing_info = 4;StringgetTracingInfoOrDefault(String key, String defaultValue)map<string, string> tracing_info = 4;StringgetTracingInfoOrThrow(String key)map<string, string> tracing_info = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConsumerKey
String getConsumerKey()
string consumer_key = 1;
-
getConsumerKeyBytes
com.google.protobuf.ByteString getConsumerKeyBytes()
string consumer_key = 1;
-
getSystemId
String getSystemId()
string system_id = 2;
-
getSystemIdBytes
com.google.protobuf.ByteString getSystemIdBytes()
string system_id = 2;
-
getLocation
String getLocation()
string location = 3;
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
string location = 3;
-
getTracingInfoCount
int getTracingInfoCount()
map<string, string> tracing_info = 4;
-
containsTracingInfo
boolean containsTracingInfo(String key)
map<string, string> tracing_info = 4;
-
getTracingInfo
@Deprecated Map<String,String> getTracingInfo()
Deprecated.UsegetTracingInfoMap()instead.
-
getTracingInfoOrDefault
String getTracingInfoOrDefault(String key, String defaultValue)
map<string, string> tracing_info = 4;
-
-