public class UserGetUserInfoRequest extends Object implements EnvisionRequest<UserGetUserInfoResponse>
| 构造器和说明 |
|---|
UserGetUserInfoRequest() |
UserGetUserInfoRequest(String userId) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
String |
getApiMethodName()
Get Api Name。
|
Class<UserGetUserInfoResponse> |
getResponseClass() |
Map<String,String> |
getTextParams()
Gets all the Key-Value form of the text request parameter set:
Key: Request parameter name
Value: Request parameter value
|
String |
getUserId() |
void |
setUserId(String userId) |
public UserGetUserInfoRequest()
public UserGetUserInfoRequest(String userId)
public String getApiMethodName()
EnvisionRequestgetApiMethodName 在接口中 EnvisionRequest<UserGetUserInfoResponse>public Map<String,String> getTextParams()
EnvisionRequestgetTextParams 在接口中 EnvisionRequest<UserGetUserInfoResponse>public Class<UserGetUserInfoResponse> getResponseClass()
public void check()
throws EnvisionRuleException
check 在接口中 EnvisionRequest<UserGetUserInfoResponse>EnvisionRuleExceptionpublic String getUserId()
public void setUserId(String userId)
Copyright © 2018. All rights reserved.