Interface MxaccessGateway.SuspendReplyOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .mxaccess_gateway.v1.MxStatusProxy status = 1;
    .mxaccess_gateway.v1.MxStatusProxy status = 1;
    boolean
    .mxaccess_gateway.v1.MxStatusProxy status = 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

    • hasStatus

      boolean hasStatus()
      .mxaccess_gateway.v1.MxStatusProxy status = 1;
      Returns:
      Whether the status field is set.
    • getStatus

      .mxaccess_gateway.v1.MxStatusProxy status = 1;
      Returns:
      The status.
    • getStatusOrBuilder

      .mxaccess_gateway.v1.MxStatusProxy status = 1;