public static class BWSystem.SystemBroadWorksMobileManagerGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected String |
emailFromAddress |
protected String |
scfApiNetAddress1 |
protected String |
scfApiNetAddress2 |
protected Boolean |
scfIMSOnly |
protected String |
signalingIPAddress |
protected Integer |
signalingPort |
protected String |
userName |
request, responseContent, xPath
Constructor and Description |
---|
SystemBroadWorksMobileManagerGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEmailFromAddress() |
String |
getScfApiNetAddress1() |
String |
getScfApiNetAddress2() |
Boolean |
getScfIMSOnly() |
String |
getSignalingIPAddress() |
Integer |
getSignalingPort() |
String |
getUserName() |
int |
hashCode() |
void |
setEmailFromAddress(String emailFromAddress) |
void |
setScfApiNetAddress1(String scfApiNetAddress1) |
void |
setScfApiNetAddress2(String scfApiNetAddress2) |
void |
setScfIMSOnly(Boolean scfIMSOnly) |
void |
setSignalingIPAddress(String signalingIPAddress) |
void |
setSignalingPort(Integer signalingPort) |
void |
setUserName(String userName) |
protected void |
transform()
Transforms the Response from XML Content to a populated POJO
|
getBoolean, getDate, getDateTime, getDetailText, getFloat, getInteger, getIntegerArray, getLong, getNode, getNodeArray, getNumber, getRequest, getResponse, getResponseContent, getString, getStringArray, getSummaryText, getTime, isCommandType, isErrorResponse
protected String scfApiNetAddress1
protected String scfApiNetAddress2
protected String userName
protected String emailFromAddress
protected Boolean scfIMSOnly
protected String signalingIPAddress
protected Integer signalingPort
public SystemBroadWorksMobileManagerGetResponse()
public void setScfApiNetAddress1(String scfApiNetAddress1)
public String getScfApiNetAddress1()
public void setScfApiNetAddress2(String scfApiNetAddress2)
public String getScfApiNetAddress2()
public void setUserName(String userName)
public String getUserName()
public void setEmailFromAddress(String emailFromAddress)
public String getEmailFromAddress()
public void setScfIMSOnly(Boolean scfIMSOnly)
public Boolean getScfIMSOnly()
public void setSignalingIPAddress(String signalingIPAddress)
public String getSignalingIPAddress()
public void setSignalingPort(Integer signalingPort)
public Integer getSignalingPort()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.