public static class Login.UserGetLoginInfoResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected String |
encoding |
protected String |
firstName |
protected String |
groupId |
protected Boolean |
isEnterprise |
protected String |
lastName |
protected String |
locale |
protected LoginType |
loginType |
protected Integer |
passwordExpiresDays |
protected String |
phoneNumber |
protected String |
serviceProviderId |
protected String |
userId |
request, responseContent, xPath
Constructor and Description |
---|
UserGetLoginInfoResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEncoding() |
String |
getFirstName() |
String |
getGroupId() |
Boolean |
getIsEnterprise() |
String |
getLastName() |
String |
getLocale() |
LoginType |
getLoginType() |
Integer |
getPasswordExpiresDays() |
String |
getPhoneNumber() |
String |
getServiceProviderId() |
String |
getUserId() |
int |
hashCode() |
void |
setEncoding(String encoding) |
void |
setFirstName(String firstName) |
void |
setGroupId(String groupId) |
void |
setIsEnterprise(Boolean isEnterprise) |
void |
setLastName(String lastName) |
void |
setLocale(String locale) |
void |
setLoginType(LoginType loginType) |
void |
setPasswordExpiresDays(Integer passwordExpiresDays) |
void |
setPhoneNumber(String phoneNumber) |
void |
setServiceProviderId(String serviceProviderId) |
void |
setUserId(String userId) |
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 LoginType loginType
protected String locale
protected String encoding
protected String groupId
protected String serviceProviderId
protected Boolean isEnterprise
protected Integer passwordExpiresDays
protected String lastName
protected String firstName
protected String userId
protected String phoneNumber
public void setLoginType(LoginType loginType)
public LoginType getLoginType()
public void setLocale(String locale)
public String getLocale()
public void setEncoding(String encoding)
public String getEncoding()
public void setGroupId(String groupId)
public String getGroupId()
public void setServiceProviderId(String serviceProviderId)
public String getServiceProviderId()
public void setIsEnterprise(Boolean isEnterprise)
public Boolean getIsEnterprise()
public void setPasswordExpiresDays(Integer passwordExpiresDays)
public Integer getPasswordExpiresDays()
public void setLastName(String lastName)
public String getLastName()
public void setFirstName(String firstName)
public String getFirstName()
public void setUserId(String userId)
public String getUserId()
public void setPhoneNumber(String phoneNumber)
public String getPhoneNumber()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.