Class BWSystem.SystemHPBXMobileTerminationGetResponse

java.lang.Object
co.ecg.alpaca.toolkit.messaging.response.XMLMessage
co.ecg.alpaca.toolkit.messaging.response.Response
co.ecg.alpaca.toolkit.generated.BWSystem.SystemHPBXMobileTerminationGetResponse
All Implemented Interfaces:
Serializable
Enclosing class:
BWSystem

public static class BWSystem.SystemHPBXMobileTerminationGetResponse extends Response
Response to the SystemHPBXMobileTerminationGetRequest. Contains the hPBX mobile termination related configuration parameters.
Author:
AlpacaGenerator
See Also:
  • Field Details

    • routingPrefix

      protected String routingPrefix
  • Constructor Details

    • SystemHPBXMobileTerminationGetResponse

      public SystemHPBXMobileTerminationGetResponse()
  • Method Details

    • setRoutingPrefix

      public void setRoutingPrefix(String routingPrefix)
    • getRoutingPrefix

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