Class BWSystem.SystemRoamingNetworkAddRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemRoamingNetworkAddRequest
Enclosing class:
BWSystem

public static class BWSystem.SystemRoamingNetworkAddRequest extends Request<DefaultResponse>
Add a Roaming Network. The response is either a SuccessResponse or an ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • mscAddress

      @NotNull @Size(min=1, max=23) protected @NotNull @Size(min=1,max=23) String mscAddress
    • networkTranslationIndex

      @Size(min=1, max=128) protected @Size(min=1,max=128) String networkTranslationIndex
  • Constructor Details

    • SystemRoamingNetworkAddRequest

      public SystemRoamingNetworkAddRequest()
    • SystemRoamingNetworkAddRequest

      public SystemRoamingNetworkAddRequest(BroadWorksServer broadWorksServer, String mscAddress)
  • Method Details