Interface MxaccessGateway.AddItemCommandOrBuilder

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

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

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

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

      String getItemDefinition()
      string item_definition = 2;
      Returns:
      The itemDefinition.
    • getItemDefinitionBytes

      com.google.protobuf.ByteString getItemDefinitionBytes()
      string item_definition = 2;
      Returns:
      The bytes for itemDefinition.