Interface ClientWireProtocol.ClientConnectionRefreshSessionResponseOrBuilder

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

public static interface ClientWireProtocol.ClientConnectionRefreshSessionResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasResponse

      boolean hasResponse()
      .xg.cmdcomp.ConfirmationResponse response = 1;
      Returns:
      Whether the response field is set.
    • getResponse

      .xg.cmdcomp.ConfirmationResponse response = 1;
      Returns:
      The response.
    • getResponseOrBuilder

      .xg.cmdcomp.ConfirmationResponse response = 1;
    • hasSessionInfo

      boolean hasSessionInfo()
      .xg.cmdcomp.SessionInfo sessionInfo = 2;
      Returns:
      Whether the sessionInfo field is set.
    • getSessionInfo

      .xg.cmdcomp.SessionInfo sessionInfo = 2;
      Returns:
      The sessionInfo.
    • getSessionInfoOrBuilder

      ClientWireProtocol.SessionInfoOrBuilder getSessionInfoOrBuilder()
      .xg.cmdcomp.SessionInfo sessionInfo = 2;