public class UserLoginRequest extends TigerCommonRequest implements TigerRequest<UserLoginResponse>
apiMethodName, apiModel, apiVersion, bizContent, sign, tigerId, timestamp, V2_0| 构造器和说明 |
|---|
UserLoginRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Class<UserLoginResponse> |
getResponseClass()
得到当前API的响应结果类型
|
static UserLoginRequest |
newRequest(String userName,
String password) |
static UserLoginRequest |
newRequest(String userName,
String password,
GrantType grantType) |
getApiMethodName, getApiModel, getApiVersion, getBizContent, getSign, getTigerId, getTimestamp, setApiMethodName, setApiModel, setApiVersion, setBizContent, setSign, setTigerId, setTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApiMethodName, getApiModel, getApiVersion, getTimestamp, setApiModel, setApiVersion, setTimestamppublic static UserLoginRequest newRequest(String userName, String password)
public static UserLoginRequest newRequest(String userName, String password, GrantType grantType)
public Class<UserLoginResponse> getResponseClass()
TigerRequestgetResponseClass 在接口中 TigerRequest<UserLoginResponse>Copyright © 2019. All rights reserved.