Interface MxaccessGateway.BulkReadResultOrBuilder

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

public static interface MxaccessGateway.BulkReadResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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.
    • getWasCached

      boolean getWasCached()
      bool was_cached = 5;
      Returns:
      The wasCached.
    • hasValue

      boolean hasValue()
      .mxaccess_gateway.v1.MxValue value = 6;
      Returns:
      Whether the value field is set.
    • getValue

      .mxaccess_gateway.v1.MxValue value = 6;
      Returns:
      The value.
    • getValueOrBuilder

      .mxaccess_gateway.v1.MxValue value = 6;
    • getQuality

      int getQuality()
      int32 quality = 7;
      Returns:
      The quality.
    • hasSourceTimestamp

      boolean hasSourceTimestamp()
      .google.protobuf.Timestamp source_timestamp = 8;
      Returns:
      Whether the sourceTimestamp field is set.
    • getSourceTimestamp

      com.google.protobuf.Timestamp getSourceTimestamp()
      .google.protobuf.Timestamp source_timestamp = 8;
      Returns:
      The sourceTimestamp.
    • getSourceTimestampOrBuilder

      com.google.protobuf.TimestampOrBuilder getSourceTimestampOrBuilder()
      .google.protobuf.Timestamp source_timestamp = 8;
    • getStatusesList

      repeated .mxaccess_gateway.v1.MxStatusProxy statuses = 9;
    • getStatuses

      MxaccessGateway.MxStatusProxy getStatuses(int index)
      repeated .mxaccess_gateway.v1.MxStatusProxy statuses = 9;
    • getStatusesCount

      int getStatusesCount()
      repeated .mxaccess_gateway.v1.MxStatusProxy statuses = 9;
    • getStatusesOrBuilderList

      List<? extends MxaccessGateway.MxStatusProxyOrBuilder> getStatusesOrBuilderList()
      repeated .mxaccess_gateway.v1.MxStatusProxy statuses = 9;
    • getStatusesOrBuilder

      MxaccessGateway.MxStatusProxyOrBuilder getStatusesOrBuilder(int index)
      repeated .mxaccess_gateway.v1.MxStatusProxy statuses = 9;
    • getErrorMessage

      String getErrorMessage()
      string error_message = 10;
      Returns:
      The errorMessage.
    • getErrorMessageBytes

      com.google.protobuf.ByteString getErrorMessageBytes()
      string error_message = 10;
      Returns:
      The bytes for errorMessage.