Class YTTokenResp
java.lang.Object
com.maplander.backend.model.other.YTTokenResp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getScope()
void
setAccess_token
(String access_token) void
setExpires_in
(int expires_in) void
void
setToken_type
(String token_type) toString()
-
Constructor Details
-
YTTokenResp
public YTTokenResp()
-
-
Method Details
-
getAccess_token
-
setAccess_token
-
getExpires_in
public int getExpires_in() -
setExpires_in
public void setExpires_in(int expires_in) -
getScope
-
setScope
-
getToken_type
-
setToken_type
-
toString
-