Class BWSystem.SystemBroadWorksMobileManagerGetResponse

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

public static class BWSystem.SystemBroadWorksMobileManagerGetResponse extends Response
Response to the SystemBroadWorksMobileManagerGetRequest
Author:
AlpacaGenerator
See Also:
  • Field Details

    • scfApiNetAddress1

      protected String scfApiNetAddress1
    • scfApiNetAddress2

      protected String scfApiNetAddress2
    • userName

      protected String userName
    • emailFromAddress

      protected String emailFromAddress
    • scfIMSOnly

      protected Boolean scfIMSOnly
    • signalingIPAddress

      protected String signalingIPAddress
    • signalingPort

      protected Integer signalingPort
  • Constructor Details

    • SystemBroadWorksMobileManagerGetResponse

      public SystemBroadWorksMobileManagerGetResponse()
  • Method Details

    • setScfApiNetAddress1

      public void setScfApiNetAddress1(String scfApiNetAddress1)
    • getScfApiNetAddress1

      public String getScfApiNetAddress1()
    • setScfApiNetAddress2

      public void setScfApiNetAddress2(String scfApiNetAddress2)
    • getScfApiNetAddress2

      public String getScfApiNetAddress2()
    • setUserName

      public void setUserName(String userName)
    • getUserName

      public String getUserName()
    • setEmailFromAddress

      public void setEmailFromAddress(String emailFromAddress)
    • getEmailFromAddress

      public String getEmailFromAddress()
    • setScfIMSOnly

      public void setScfIMSOnly(Boolean scfIMSOnly)
    • getScfIMSOnly

      public Boolean getScfIMSOnly()
    • setSignalingIPAddress

      public void setSignalingIPAddress(String signalingIPAddress)
    • getSignalingIPAddress

      public String getSignalingIPAddress()
    • setSignalingPort

      public void setSignalingPort(Integer signalingPort)
    • getSignalingPort

      public Integer getSignalingPort()
    • 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