Package mxaccess_gateway.v1
Interface MxaccessGateway.SessionStateReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MxaccessGateway.SessionStateReply,MxaccessGateway.SessionStateReply.Builder
- Enclosing class:
- MxaccessGateway
public static interface MxaccessGateway.SessionStateReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetState().mxaccess_gateway.v1.SessionState state = 1;int.mxaccess_gateway.v1.SessionState state = 1;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
-
getStateValue
int getStateValue().mxaccess_gateway.v1.SessionState state = 1;- Returns:
- The enum numeric value on the wire for state.
-
getState
MxaccessGateway.SessionState getState().mxaccess_gateway.v1.SessionState state = 1;- Returns:
- The state.
-