Class BWSystem.SystemBroadWorksMobileManagerGetResponse

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    BWSystem

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

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

      • SystemBroadWorksMobileManagerGetResponse

        public SystemBroadWorksMobileManagerGetResponse()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object