public class ServiceResponse extends GeneralResponse
ServiceResponse class.
| Constructor and Description |
|---|
ServiceResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLogOutSecret()
Getter for the field
logOutSecret. |
String |
getTicket()
Getter for the field
ticket. |
LinkedProfiles |
getUser()
Getter for the field
user. |
void |
setLogOutSecret(String logOutSecret)
Setter for the field
logOutSecret. |
void |
setTicket(String ticket)
Setter for the field
ticket. |
void |
setUser(LinkedProfiles user)
Setter for the field
user. |
getMessage, getStatus, setMessage, setStatuspublic LinkedProfiles getUser()
Getter for the field user.
LinkedProfiles object.public void setUser(LinkedProfiles user)
Setter for the field user.
user - a LinkedProfiles object.public void setTicket(String ticket)
Setter for the field ticket.
ticket - a String object.public String getLogOutSecret()
Getter for the field logOutSecret.
String object.Copyright © 2015 Oracle and/or its affiliates. All rights reserved.