Class Login.PrimaryInfoGetRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<Login.PrimaryInfoGetResponse>
co.ecg.alpaca.toolkit.generated.Login.PrimaryInfoGetRequest
Enclosing class:
Login

public static class Login.PrimaryInfoGetRequest extends Request<Login.PrimaryInfoGetResponse>
Requests information about the primary server for high-availability support.
Author:
AlpacaGenerator
  • Field Details

    • isPrivate

      @NotNull protected @NotNull Boolean isPrivate
    • isAddressInfoRequested

      @NotNull protected @NotNull Boolean isAddressInfoRequested
  • Constructor Details

    • PrimaryInfoGetRequest

      public PrimaryInfoGetRequest()
    • PrimaryInfoGetRequest

      public PrimaryInfoGetRequest(BroadWorksServer broadWorksServer, Boolean isPrivate, Boolean isAddressInfoRequested)
  • Method Details