Package org.vrspace.server.api
Class SketchfabController.AuthResponse
java.lang.Object
org.vrspace.server.api.SketchfabController.AuthResponse
- Enclosing class:
- SketchfabController
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
getScope()
int
hashCode()
void
setAccess_token
(String access_token) void
setExpires_in
(int expires_in) void
setRefresh_token
(String refresh_token) void
void
setToken_type
(String token_type) toString()
-
Constructor Details
-
AuthResponse
public AuthResponse()
-
-
Method Details
-
getAccess_token
-
getExpires_in
public int getExpires_in() -
getToken_type
-
getScope
-
getRefresh_token
-
setAccess_token
-
setExpires_in
public void setExpires_in(int expires_in) -
setToken_type
-
setScope
-
setRefresh_token
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-