Interface MxaccessGateway.CloseSessionReplyOrBuilder

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

public static interface MxaccessGateway.CloseSessionReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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.
    • getFinalStateValue

      int getFinalStateValue()
      .mxaccess_gateway.v1.SessionState final_state = 2;
      Returns:
      The enum numeric value on the wire for finalState.
    • getFinalState

      .mxaccess_gateway.v1.SessionState final_state = 2;
      Returns:
      The finalState.
    • hasProtocolStatus

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

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

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