Package mxaccess_gateway.v1
Interface MxaccessGateway.MxCommandRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.MxCommandRequest,MxaccessGateway.MxCommandRequest.Builder
- Enclosing class:
MxaccessGateway
public static interface MxaccessGateway.MxCommandRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring client_correlation_id = 2;com.google.protobuf.ByteStringstring client_correlation_id = 2;.mxaccess_gateway.v1.MxCommand command = 3;.mxaccess_gateway.v1.MxCommand command = 3;string session_id = 1;com.google.protobuf.ByteStringstring session_id = 1;boolean.mxaccess_gateway.v1.MxCommand command = 3;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
-
getSessionId
String getSessionId()string session_id = 1;- Returns:
- The sessionId.
-
getSessionIdBytes
com.google.protobuf.ByteString getSessionIdBytes()string session_id = 1;- Returns:
- The bytes for sessionId.
-
getClientCorrelationId
String getClientCorrelationId()string client_correlation_id = 2;- Returns:
- The clientCorrelationId.
-
getClientCorrelationIdBytes
com.google.protobuf.ByteString getClientCorrelationIdBytes()string client_correlation_id = 2;- Returns:
- The bytes for clientCorrelationId.
-
hasCommand
boolean hasCommand().mxaccess_gateway.v1.MxCommand command = 3;- Returns:
- Whether the command field is set.
-
getCommand
MxaccessGateway.MxCommand getCommand().mxaccess_gateway.v1.MxCommand command = 3;- Returns:
- The command.
-
getCommandOrBuilder
MxaccessGateway.MxCommandOrBuilder getCommandOrBuilder().mxaccess_gateway.v1.MxCommand command = 3;
-