类 AccessTokenRequest

java.lang.Object
cn.lnkdoc.sdk.uia.common.request.AbstractUiaRequest
cn.lnkdoc.sdk.uia.instance.bjtoon.request.AccessTokenRequest
所有已实现的接口:
IUiaRequest

public class AccessTokenRequest extends AbstractUiaRequest implements IUiaRequest
从以下版本开始:
1.0.0.RELEASE
  • 构造器详细资料

    • AccessTokenRequest

      public AccessTokenRequest()
  • 方法详细资料

    • body

      public String body()
      request body
      指定者:
      body 在接口中 IUiaRequest
      返回:
      request body
    • url

      public String url(IUiaProperty p)
      request url
      指定者:
      url 在接口中 IUiaRequest
      参数:
      p - property
      返回:
      request url
    • method

      public HttpMethod method()
      request method
      指定者:
      method 在接口中 IUiaRequest
      返回:
      request method
    • getRequestBody

      @Deprecated public String getRequestBody()
      已过时。
      this method is deprecated. remove in since 2. see getBody()
      返回:
      body
    • setRequestBody

      @Deprecated public void setRequestBody(String requestBody)
      已过时。
      this method is deprecated. remove in since 2. see setBody(String)
      参数:
      requestBody - body
    • getUrl

      public String getUrl()
      getter
      返回:
      url
    • setUrl

      public void setUrl(String url)
      setter
      参数:
      url - url
    • getGrantCode

      public String getGrantCode()
      getter
      返回:
      grantCode
    • setGrantCode

      public void setGrantCode(String grantCode)
      setter
      参数:
      grantCode - grantCode
    • getGrantType

      public String getGrantType()
      getter
      返回:
      grantType
    • setGrantType

      public void setGrantType(String grantType)
      setter
      参数:
      grantType - grantType
    • getAuthToken

      public String getAuthToken()
      getter
      返回:
      authToken
    • setAuthToken

      public void setAuthToken(String authToken)
      setter
      参数:
      authToken - authToken
    • getScope

      public String getScope()
      getter
      返回:
      scope
    • setScope

      public void setScope(String scope)
      setter
      参数:
      scope - scope
    • getToonType

      public String getToonType()
      getter
      返回:
      toonType
    • setToonType

      public void setToonType(String toonType)
      setter
      参数:
      toonType - toonType
    • getState

      public String getState()
      getter
      返回:
      state
    • setState

      public void setState(String state)
      setter
      参数:
      state - state
    • getInType

      public String getInType()
      getter
      返回:
      inType
    • setInType

      public void setInType(String inType)
      setter
      参数:
      inType - inType
    • getLocalCheck

      public String getLocalCheck()
      getter
      返回:
      localCheck
    • setLocalCheck

      public void setLocalCheck(String localCheck)
      setter
      参数:
      localCheck - localCheck
    • getBody

      public String getBody()
      getter
      返回:
      body
    • setBody

      public void setBody(String body)
      setter
      参数:
      body - body