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