Class ReturnLogin
java.lang.Object
com.maplander.backend.model.manage.lead.CB.ReturnLogin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
long
getIat()
getJti()
getScope()
void
setAccess_token
(String access_token) void
setBusquedaId
(String busquedaId) void
setExpires_in
(int expires_in) void
setIat
(long iat) void
void
setRefresh_token
(String refresh_token) void
void
setToken_type
(String token_type) toString()
-
Constructor Details
-
ReturnLogin
public ReturnLogin()
-
-
Method Details
-
getAccess_token
-
setAccess_token
-
getToken_type
-
setToken_type
-
getRefresh_token
-
setRefresh_token
-
getExpires_in
public int getExpires_in() -
setExpires_in
public void setExpires_in(int expires_in) -
getScope
-
setScope
-
getIat
public long getIat() -
setIat
public void setIat(long iat) -
getJti
-
setJti
-
getBusquedaId
-
setBusquedaId
-
toString
-