Class BWSystem.SystemBroadCloudGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BWSystem

    public static class BWSystem.SystemBroadCloudGetResponse
    extends Response
    Response to the SystemBroadCloudGetRequest. The response contains the system interface attributes for Messaging Server/BroadCloud.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • provisioningUrl

        protected String provisioningUrl
      • provisioningUserId

        protected String provisioningUserId
      • enableSynchronization

        protected Boolean enableSynchronization
    • Constructor Detail

      • SystemBroadCloudGetResponse

        public SystemBroadCloudGetResponse()
    • Method Detail

      • setProvisioningUrl

        public void setProvisioningUrl​(String provisioningUrl)
      • getProvisioningUrl

        public String getProvisioningUrl()
      • setProvisioningUserId

        public void setProvisioningUserId​(String provisioningUserId)
      • getProvisioningUserId

        public String getProvisioningUserId()
      • setEnableSynchronization

        public void setEnableSynchronization​(Boolean enableSynchronization)
      • getEnableSynchronization

        public Boolean getEnableSynchronization()
      • 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