public static class BWSystem.SystemDialPlanPolicyGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Boolean |
allowE164PublicCalls |
protected Boolean |
preferE164NumberFormatForCallbackServices |
protected String |
privateDigitMap |
protected String |
publicDigitMap |
protected Boolean |
requiresAccessCodeForPublicCalls |
request, responseContent, xPath
Constructor and Description |
---|
SystemDialPlanPolicyGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getAllowE164PublicCalls() |
Boolean |
getPreferE164NumberFormatForCallbackServices() |
String |
getPrivateDigitMap() |
String |
getPublicDigitMap() |
Boolean |
getRequiresAccessCodeForPublicCalls() |
int |
hashCode() |
void |
setAllowE164PublicCalls(Boolean allowE164PublicCalls) |
void |
setPreferE164NumberFormatForCallbackServices(Boolean preferE164NumberFormatForCallbackServices) |
void |
setPrivateDigitMap(String privateDigitMap) |
void |
setPublicDigitMap(String publicDigitMap) |
void |
setRequiresAccessCodeForPublicCalls(Boolean requiresAccessCodeForPublicCalls) |
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 Boolean requiresAccessCodeForPublicCalls
protected Boolean allowE164PublicCalls
protected Boolean preferE164NumberFormatForCallbackServices
protected String publicDigitMap
protected String privateDigitMap
public void setRequiresAccessCodeForPublicCalls(Boolean requiresAccessCodeForPublicCalls)
public Boolean getRequiresAccessCodeForPublicCalls()
public void setAllowE164PublicCalls(Boolean allowE164PublicCalls)
public Boolean getAllowE164PublicCalls()
public void setPreferE164NumberFormatForCallbackServices(Boolean preferE164NumberFormatForCallbackServices)
public Boolean getPreferE164NumberFormatForCallbackServices()
public void setPublicDigitMap(String publicDigitMap)
public String getPublicDigitMap()
public void setPrivateDigitMap(String privateDigitMap)
public String getPrivateDigitMap()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.