public class User extends Object implements Serializable
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
String |
getChannelId() |
String |
getCustomerId() |
String |
getCustSeg() |
String |
getId() |
Profile |
getProfile() |
boolean |
isLoggedIn() |
void |
setAccessToken(String accessToken) |
void |
setChannelId(String channelId) |
void |
setCustomerId(String customerId) |
void |
setCustSeg(String custSeg) |
void |
setId(String id) |
void |
setLoggedIn(boolean loggedIn) |
void |
setProfile(Profile profile) |
String |
toString() |
public String getId()
public void setId(String id)
public Profile getProfile()
public void setProfile(Profile profile)
public String getChannelId()
public void setChannelId(String channelId)
public String getAccessToken()
public void setAccessToken(String accessToken)
public boolean isLoggedIn()
public void setLoggedIn(boolean loggedIn)
public String getCustomerId()
public void setCustomerId(String customerId)
public String getCustSeg()
public void setCustSeg(String custSeg)
Copyright © Active Intelligence Pte Ltd (http://active.ai/). All Rights Reserved.