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 Type
    Method
    Description
    string error_message = 5;
    com.google.protobuf.ByteString
    string error_message = 5;
    int
    int32 item_handle = 3;
    int
    int32 server_handle = 1;
    string tag_address = 2;
    com.google.protobuf.ByteString
    string tag_address = 2;
    boolean
    bool was_successful = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.