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