Interface MxaccessWorker.WorkerCommandReplyOrBuilder

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

public static interface MxaccessWorker.WorkerCommandReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp completed_timestamp = 2;
    com.google.protobuf.TimestampOrBuilder
    .google.protobuf.Timestamp completed_timestamp = 2;
    .mxaccess_gateway.v1.MxCommandReply reply = 1;
    .mxaccess_gateway.v1.MxCommandReply reply = 1;
    boolean
    .google.protobuf.Timestamp completed_timestamp = 2;
    boolean
    .mxaccess_gateway.v1.MxCommandReply reply = 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

    • hasReply

      boolean hasReply()
      .mxaccess_gateway.v1.MxCommandReply reply = 1;
      Returns:
      Whether the reply field is set.
    • getReply

      .mxaccess_gateway.v1.MxCommandReply reply = 1;
      Returns:
      The reply.
    • getReplyOrBuilder

      .mxaccess_gateway.v1.MxCommandReply reply = 1;
    • hasCompletedTimestamp

      boolean hasCompletedTimestamp()
      .google.protobuf.Timestamp completed_timestamp = 2;
      Returns:
      Whether the completedTimestamp field is set.
    • getCompletedTimestamp

      com.google.protobuf.Timestamp getCompletedTimestamp()
      .google.protobuf.Timestamp completed_timestamp = 2;
      Returns:
      The completedTimestamp.
    • getCompletedTimestampOrBuilder

      com.google.protobuf.TimestampOrBuilder getCompletedTimestampOrBuilder()
      .google.protobuf.Timestamp completed_timestamp = 2;