@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2017-11-21T16:23:00.366+05:30")
public class Login
extends Object
| Constructor and Description |
|---|
Login() |
| Modifier and Type | Method and Description |
|---|---|
Login |
customInfo(CustomInfo customInfo) |
Login |
deviceIp(String deviceIp) |
boolean |
equals(Object o) |
CustomInfo |
getCustomInfo()
Get customInfo
|
String |
getDeviceIp()
IP address of the request made by the user.
|
String |
getLoginStatus()
Use _loginStatus to represent the success or failure of the login attempt.
|
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() |
Login |
loginStatus(String loginStatus) |
Login |
originTimestamp(String originTimestamp) |
Login |
sessionId(String sessionId) |
void |
setCustomInfo(CustomInfo customInfo) |
void |
setDeviceIp(String deviceIp) |
void |
setLoginStatus(String loginStatus) |
void |
setOriginTimestamp(String originTimestamp) |
void |
setSessionId(String sessionId) |
void |
setUserId(String userId) |
String |
toString() |
Login |
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 String getLoginStatus()
public void setLoginStatus(String loginStatus)
public Login customInfo(CustomInfo customInfo)
public CustomInfo getCustomInfo()
public void setCustomInfo(CustomInfo customInfo)
Copyright © 2017. All rights reserved.