public static class User.UserPrimaryEndpointAdvancedSettingGetResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected Boolean |
allowOrigination |
protected Boolean |
allowTermination |
protected User |
user |
request, responseContent, xPath
Constructor and Description |
---|
UserPrimaryEndpointAdvancedSettingGetResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getAllowOrigination() |
Boolean |
getAllowTermination() |
User |
getUser() |
int |
hashCode() |
void |
setAllowOrigination(Boolean allowOrigination) |
void |
setAllowTermination(Boolean allowTermination) |
void |
setUser(User user) |
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 allowOrigination
protected Boolean allowTermination
protected transient User user
public UserPrimaryEndpointAdvancedSettingGetResponse()
public void setAllowOrigination(Boolean allowOrigination)
public Boolean getAllowOrigination()
public void setAllowTermination(Boolean allowTermination)
public Boolean getAllowTermination()
public void setUser(User user)
public User getUser()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.