Interface MxaccessGateway.ArchestrAUserToIdCommandOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MxaccessGateway.ArchestrAUserToIdCommand, MxaccessGateway.ArchestrAUserToIdCommand.Builder
Enclosing class:
MxaccessGateway

public static interface MxaccessGateway.ArchestrAUserToIdCommandOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 server_handle = 1;
    string user_id_guid = 2;
    com.google.protobuf.ByteString
    string user_id_guid = 2;

    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.
    • getUserIdGuid

      String getUserIdGuid()
      string user_id_guid = 2;
      Returns:
      The userIdGuid.
    • getUserIdGuidBytes

      com.google.protobuf.ByteString getUserIdGuidBytes()
      string user_id_guid = 2;
      Returns:
      The bytes for userIdGuid.