cn.signit.sdk.pojo
类 OauthData

java.lang.Object
  继承者 cn.signit.sdk.pojo.OauthData

public class OauthData
extends Object


构造方法摘要
OauthData()
           
 
方法摘要
 String getAccess_token()
           
 Integer getExpires_in()
           
 String getScope()
           
 String getToken_type()
           
 void setAccess_token(String access_token)
           
 void setExpires_in(Integer expires_in)
           
 void setScope(String scope)
           
 void setToken_type(String token_type)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

OauthData

public OauthData()
方法详细信息

getAccess_token

public String getAccess_token()

setAccess_token

public void setAccess_token(String access_token)

getToken_type

public String getToken_type()

setToken_type

public void setToken_type(String token_type)

getExpires_in

public Integer getExpires_in()

setExpires_in

public void setExpires_in(Integer expires_in)

getScope

public String getScope()

setScope

public void setScope(String scope)


Copyright © 2019. All rights reserved.