Package mxaccess_worker.v1
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 Summary
Modifier and TypeMethodDescription.mxaccess_worker.v1.WorkerFaultCategory category = 1;int.mxaccess_worker.v1.WorkerFaultCategory category = 1;string command_method = 2;com.google.protobuf.ByteStringstring command_method = 2;string diagnostic_message = 5;com.google.protobuf.ByteStringstring diagnostic_message = 5;string exception_type = 4;com.google.protobuf.ByteStringstring exception_type = 4;intoptional int32 hresult = 3;.mxaccess_gateway.v1.ProtocolStatus protocol_status = 6;.mxaccess_gateway.v1.ProtocolStatus protocol_status = 6;booleanoptional int32 hresult = 3;boolean.mxaccess_gateway.v1.ProtocolStatus protocol_status = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCategoryValue
int getCategoryValue().mxaccess_worker.v1.WorkerFaultCategory category = 1;- Returns:
- The enum numeric value on the wire for category.
-
getCategory
MxaccessWorker.WorkerFaultCategory 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;
-