Class ThirdPartyIMP.SystemThirdPartyIMPGetResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.services.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:
  • Field Details

    • serviceNetAddress

      protected String serviceNetAddress
    • servicePort

      protected Integer servicePort
    • boshURL

      protected String boshURL
  • Constructor Details

    • SystemThirdPartyIMPGetResponse

      public SystemThirdPartyIMPGetResponse()
  • Method Details

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object