Class BWSystem.SystemRoutePointExternalSystemApplicationControllerGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BWSystem

    public static class BWSystem.SystemRoutePointExternalSystemApplicationControllerGetResponse
    extends Response
    Response to the SystemRoutePointExternalSystemApplicationControllerGetRequest.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • applicationController

        protected String[] applicationController
      • externalSystem

        protected String externalSystem
    • Constructor Detail

      • SystemRoutePointExternalSystemApplicationControllerGetResponse

        public SystemRoutePointExternalSystemApplicationControllerGetResponse()
    • Method Detail

      • setApplicationController

        public void setApplicationController​(String... applicationController)
      • getApplicationController

        public String[] getApplicationController()
      • setExternalSystem

        public void setExternalSystem​(String externalSystem)
      • getExternalSystem

        public String getExternalSystem()
      • transform

        public void transform()
        Description copied from class: Response
        Transforms the Response from XML Content to a populated POJO
        Specified by:
        transform in class Response
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object