@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2017-11-21T16:23:00.366+05:30")
public class Logout
extends Object
| Constructor and Description |
|---|
Logout() |
| Modifier and Type | Method and Description |
|---|---|
Logout |
customInfo(CustomInfo customInfo) |
Logout |
deviceIp(String deviceIp) |
boolean |
equals(Object o) |
CustomInfo |
getCustomInfo()
Get customInfo
|
String |
getDeviceIp()
IP address of the request made by the user.
|
String |
getOriginTimestamp()
Represents the time the event occured in your system.
|
String |
getSessionId()
The user's current session ID, used to tie a user's action before and after login or account creation.
|
String |
getUserId()
The user's account ID according to your systems.
|
int |
hashCode() |
Logout |
originTimestamp(String originTimestamp) |
Logout |
sessionId(String sessionId) |
void |
setCustomInfo(CustomInfo customInfo) |
void |
setDeviceIp(String deviceIp) |
void |
setOriginTimestamp(String originTimestamp) |
void |
setSessionId(String sessionId) |
void |
setUserId(String userId) |
String |
toString() |
Logout |
userId(String userId) |
public String getUserId()
public void setUserId(String userId)
public String getSessionId()
public void setSessionId(String sessionId)
public String getDeviceIp()
public void setDeviceIp(String deviceIp)
public String getOriginTimestamp()
public void setOriginTimestamp(String originTimestamp)
public Logout customInfo(CustomInfo customInfo)
public CustomInfo getCustomInfo()
public void setCustomInfo(CustomInfo customInfo)
Copyright © 2017. All rights reserved.