public static class Group.GroupCommunicationBarringGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Group |
group |
protected String |
profile |
protected Boolean |
useDefaultServiceProviderProfile |
request, responseContent, xPath
Constructor and Description |
---|
GroupCommunicationBarringGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Group |
getGroup() |
String |
getProfile() |
Boolean |
getUseDefaultServiceProviderProfile() |
int |
hashCode() |
void |
setGroup(Group group) |
void |
setProfile(String profile) |
void |
setUseDefaultServiceProviderProfile(Boolean useDefaultServiceProviderProfile) |
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 useDefaultServiceProviderProfile
protected String profile
protected transient Group group
public GroupCommunicationBarringGetResponse()
public void setUseDefaultServiceProviderProfile(Boolean useDefaultServiceProviderProfile)
public Boolean getUseDefaultServiceProviderProfile()
public void setProfile(String profile)
public String getProfile()
public void setGroup(Group group)
public Group getGroup()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.