public class ValidationResponce extends Object
| Constructor and Description |
|---|
ValidationResponce() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceId() |
String |
getDeviceType() |
String |
getJWTToken() |
int |
getTenantId() |
void |
setDeviceId(String deviceId) |
void |
setDeviceType(String deviceType) |
void |
setJWTToken(String JWTToken) |
void |
setTenantId(int tenantId) |
public String getJWTToken()
public void setJWTToken(String JWTToken)
public String getDeviceId()
public void setDeviceId(String deviceId)
public String getDeviceType()
public void setDeviceType(String deviceType)
public int getTenantId()
public void setTenantId(int tenantId)
Copyright © 2017 WSO2. All rights reserved.