Class ThirdPartyIMP.SystemThirdPartyIMPGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    ThirdPartyIMP

    public static class ThirdPartyIMP.SystemThirdPartyIMPGetResponse
    extends Response
    Response to the SystemThirdPartyIMPGetRequest19. The response contains the system Third-Party IMP service attributes.
    Author:
    AlpacaGenerator
    See Also:
    Serialized Form
    • Field Detail

      • serviceNetAddress

        protected String serviceNetAddress
      • servicePort

        protected Integer servicePort
      • boshURL

        protected String boshURL
    • Constructor Detail

      • SystemThirdPartyIMPGetResponse

        public SystemThirdPartyIMPGetResponse()
    • Method Detail

      • setServiceNetAddress

        public void setServiceNetAddress​(String serviceNetAddress)
      • getServiceNetAddress

        public String getServiceNetAddress()
      • setServicePort

        public void setServicePort​(Integer servicePort)
      • getServicePort

        public Integer getServicePort()
      • setBoshURL

        public void setBoshURL​(String boshURL)
      • getBoshURL

        public String getBoshURL()
      • 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