public static class User.UserShInterfaceGetPublicIdDataResponse extends Response
Modifier and Type | Field and Description |
---|---|
protected EndpointType |
endpointType |
protected IMSUserStateType |
iMSUserState |
protected PublicUserIdentity |
publicUserIdentity |
protected String |
sCSCFName |
protected String |
userId |
protected UserType |
userType |
request, responseContent, xPath
Constructor and Description |
---|
UserShInterfaceGetPublicIdDataResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
EndpointType |
getEndpointType() |
IMSUserStateType |
getIMSUserState() |
PublicUserIdentity |
getPublicUserIdentity() |
String |
getSCSCFName() |
String |
getUserId() |
UserType |
getUserType() |
int |
hashCode() |
void |
setEndpointType(EndpointType endpointType) |
void |
setIMSUserState(IMSUserStateType iMSUserState) |
void |
setPublicUserIdentity(PublicUserIdentity publicUserIdentity) |
void |
setSCSCFName(String sCSCFName) |
void |
setUserId(String userId) |
void |
setUserType(UserType userType) |
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 String userId
protected UserType userType
protected EndpointType endpointType
protected String sCSCFName
protected IMSUserStateType iMSUserState
protected PublicUserIdentity publicUserIdentity
public UserShInterfaceGetPublicIdDataResponse()
public void setUserId(String userId)
public String getUserId()
public void setUserType(UserType userType)
public UserType getUserType()
public void setEndpointType(EndpointType endpointType)
public EndpointType getEndpointType()
public void setSCSCFName(String sCSCFName)
public String getSCSCFName()
public void setIMSUserState(IMSUserStateType iMSUserState)
public IMSUserStateType getIMSUserState()
public void setPublicUserIdentity(PublicUserIdentity publicUserIdentity)
public PublicUserIdentity getPublicUserIdentity()
@GwtIncompatible protected void transform()
Response
Copyright © 2016 ECG. All rights reserved.