Class MxaccessWorker.WorkerFault

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
mxaccess_worker.v1.MxaccessWorker.WorkerFault
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, MxaccessWorker.WorkerFaultOrBuilder
Enclosing class:
MxaccessWorker

public static final class MxaccessWorker.WorkerFault extends com.google.protobuf.GeneratedMessage implements MxaccessWorker.WorkerFaultOrBuilder
Protobuf type mxaccess_worker.v1.WorkerFault
See Also:
  • Field Details

    • CATEGORY_FIELD_NUMBER

      public static final int CATEGORY_FIELD_NUMBER
      See Also:
    • COMMAND_METHOD_FIELD_NUMBER

      public static final int COMMAND_METHOD_FIELD_NUMBER
      See Also:
    • HRESULT_FIELD_NUMBER

      public static final int HRESULT_FIELD_NUMBER
      See Also:
    • EXCEPTION_TYPE_FIELD_NUMBER

      public static final int EXCEPTION_TYPE_FIELD_NUMBER
      See Also:
    • DIAGNOSTIC_MESSAGE_FIELD_NUMBER

      public static final int DIAGNOSTIC_MESSAGE_FIELD_NUMBER
      See Also:
    • PROTOCOL_STATUS_FIELD_NUMBER

      public static final int PROTOCOL_STATUS_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getCategoryValue

      public int getCategoryValue()
      .mxaccess_worker.v1.WorkerFaultCategory category = 1;
      Specified by:
      getCategoryValue in interface MxaccessWorker.WorkerFaultOrBuilder
      Returns:
      The enum numeric value on the wire for category.
    • getCategory

      public MxaccessWorker.WorkerFaultCategory getCategory()
      .mxaccess_worker.v1.WorkerFaultCategory category = 1;
      Specified by:
      getCategory in interface MxaccessWorker.WorkerFaultOrBuilder
      Returns:
      The category.
    • getCommandMethod

      public String getCommandMethod()
      string command_method = 2;
      Specified by:
      getCommandMethod in interface MxaccessWorker.WorkerFaultOrBuilder
      Returns:
      The commandMethod.
    • getCommandMethodBytes

      public com.google.protobuf.ByteString getCommandMethodBytes()
      string command_method = 2;
      Specified by:
      getCommandMethodBytes in interface MxaccessWorker.WorkerFaultOrBuilder
      Returns:
      The bytes for commandMethod.
    • hasHresult

      public boolean hasHresult()
      optional int32 hresult = 3;
      Specified by:
      hasHresult in interface MxaccessWorker.WorkerFaultOrBuilder
      Returns:
      Whether the hresult field is set.
    • getHresult

      public int getHresult()
      optional int32 hresult = 3;
      Specified by:
      getHresult in interface MxaccessWorker.WorkerFaultOrBuilder
      Returns:
      The hresult.
    • getExceptionType

      public String getExceptionType()
      string exception_type = 4;
      Specified by:
      getExceptionType in interface MxaccessWorker.WorkerFaultOrBuilder
      Returns:
      The exceptionType.
    • getExceptionTypeBytes

      public com.google.protobuf.ByteString getExceptionTypeBytes()
      string exception_type = 4;
      Specified by:
      getExceptionTypeBytes in interface MxaccessWorker.WorkerFaultOrBuilder
      Returns:
      The bytes for exceptionType.
    • getDiagnosticMessage

      public String getDiagnosticMessage()
      string diagnostic_message = 5;
      Specified by:
      getDiagnosticMessage in interface MxaccessWorker.WorkerFaultOrBuilder
      Returns:
      The diagnosticMessage.
    • getDiagnosticMessageBytes

      public com.google.protobuf.ByteString getDiagnosticMessageBytes()
      string diagnostic_message = 5;
      Specified by:
      getDiagnosticMessageBytes in interface MxaccessWorker.WorkerFaultOrBuilder
      Returns:
      The bytes for diagnosticMessage.
    • hasProtocolStatus

      public boolean hasProtocolStatus()
      .mxaccess_gateway.v1.ProtocolStatus protocol_status = 6;
      Specified by:
      hasProtocolStatus in interface MxaccessWorker.WorkerFaultOrBuilder
      Returns:
      Whether the protocolStatus field is set.
    • getProtocolStatus

      public MxaccessGateway.ProtocolStatus getProtocolStatus()
      .mxaccess_gateway.v1.ProtocolStatus protocol_status = 6;
      Specified by:
      getProtocolStatus in interface MxaccessWorker.WorkerFaultOrBuilder
      Returns:
      The protocolStatus.
    • getProtocolStatusOrBuilder

      public MxaccessGateway.ProtocolStatusOrBuilder getProtocolStatusOrBuilder()
      .mxaccess_gateway.v1.ProtocolStatus protocol_status = 6;
      Specified by:
      getProtocolStatusOrBuilder in interface MxaccessWorker.WorkerFaultOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static MxaccessWorker.WorkerFault parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MxaccessWorker.WorkerFault parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MxaccessWorker.WorkerFault parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MxaccessWorker.WorkerFault parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MxaccessWorker.WorkerFault parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MxaccessWorker.WorkerFault parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MxaccessWorker.WorkerFault parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MxaccessWorker.WorkerFault parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static MxaccessWorker.WorkerFault parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static MxaccessWorker.WorkerFault parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MxaccessWorker.WorkerFault parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MxaccessWorker.WorkerFault parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public MxaccessWorker.WorkerFault.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static MxaccessWorker.WorkerFault.Builder newBuilder()
    • newBuilder

      public static MxaccessWorker.WorkerFault.Builder newBuilder(MxaccessWorker.WorkerFault prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected MxaccessWorker.WorkerFault.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static MxaccessWorker.WorkerFault getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<MxaccessWorker.WorkerFault> parser()
    • getParserForType

      public com.google.protobuf.Parser<MxaccessWorker.WorkerFault> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public MxaccessWorker.WorkerFault getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder