Class 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 Detail

      • 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 Detail

      • SystemRoamingNetworkAddRequest

        public SystemRoamingNetworkAddRequest()
      • SystemRoamingNetworkAddRequest

        public SystemRoamingNetworkAddRequest​(BroadWorksServer broadWorksServer,
                                              String mscAddress)