Package mxaccess_gateway.v1
Interface MxaccessGateway.SubscribeResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.SubscribeResult,MxaccessGateway.SubscribeResult.Builder
- Enclosing class:
- MxaccessGateway
public static interface MxaccessGateway.SubscribeResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring error_message = 5;com.google.protobuf.ByteStringstring error_message = 5;intint32 item_handle = 3;intint32 server_handle = 1;string tag_address = 2;com.google.protobuf.ByteStringstring tag_address = 2;booleanbool was_successful = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getServerHandle
int getServerHandle()int32 server_handle = 1;- Returns:
- The serverHandle.
-
getTagAddress
String getTagAddress()string tag_address = 2;- Returns:
- The tagAddress.
-
getTagAddressBytes
com.google.protobuf.ByteString getTagAddressBytes()string tag_address = 2;- Returns:
- The bytes for tagAddress.
-
getItemHandle
int getItemHandle()int32 item_handle = 3;- Returns:
- The itemHandle.
-
getWasSuccessful
boolean getWasSuccessful()bool was_successful = 4;- Returns:
- The wasSuccessful.
-
getErrorMessage
String getErrorMessage()string error_message = 5;- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()string error_message = 5;- Returns:
- The bytes for errorMessage.
-