Interface MxaccessWorker.WorkerFaultOrBuilder

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

public static interface MxaccessWorker.WorkerFaultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getCategoryValue

      int getCategoryValue()
      .mxaccess_worker.v1.WorkerFaultCategory category = 1;
      Returns:
      The enum numeric value on the wire for category.
    • getCategory

      .mxaccess_worker.v1.WorkerFaultCategory category = 1;
      Returns:
      The category.
    • getCommandMethod

      String getCommandMethod()
      string command_method = 2;
      Returns:
      The commandMethod.
    • getCommandMethodBytes

      com.google.protobuf.ByteString getCommandMethodBytes()
      string command_method = 2;
      Returns:
      The bytes for commandMethod.
    • hasHresult

      boolean hasHresult()
      optional int32 hresult = 3;
      Returns:
      Whether the hresult field is set.
    • getHresult

      int getHresult()
      optional int32 hresult = 3;
      Returns:
      The hresult.
    • getExceptionType

      String getExceptionType()
      string exception_type = 4;
      Returns:
      The exceptionType.
    • getExceptionTypeBytes

      com.google.protobuf.ByteString getExceptionTypeBytes()
      string exception_type = 4;
      Returns:
      The bytes for exceptionType.
    • getDiagnosticMessage

      String getDiagnosticMessage()
      string diagnostic_message = 5;
      Returns:
      The diagnosticMessage.
    • getDiagnosticMessageBytes

      com.google.protobuf.ByteString getDiagnosticMessageBytes()
      string diagnostic_message = 5;
      Returns:
      The bytes for diagnosticMessage.
    • hasProtocolStatus

      boolean hasProtocolStatus()
      .mxaccess_gateway.v1.ProtocolStatus protocol_status = 6;
      Returns:
      Whether the protocolStatus field is set.
    • getProtocolStatus

      MxaccessGateway.ProtocolStatus getProtocolStatus()
      .mxaccess_gateway.v1.ProtocolStatus protocol_status = 6;
      Returns:
      The protocolStatus.
    • getProtocolStatusOrBuilder

      MxaccessGateway.ProtocolStatusOrBuilder getProtocolStatusOrBuilder()
      .mxaccess_gateway.v1.ProtocolStatus protocol_status = 6;