public class UserGetRolesRequest extends Object implements EnvisionRequest<UserGetRolesResponse>
| 构造器和说明 |
|---|
UserGetRolesRequest() |
UserGetRolesRequest(String orgCode,
String names) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
String |
getApiMethodName()
Get Api Name。
|
String |
getNames() |
String |
getOrgCode() |
Class<UserGetRolesResponse> |
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
|
void |
setNames(String names) |
void |
setOrgCode(String orgCode) |
public String getApiMethodName()
EnvisionRequestgetApiMethodName 在接口中 EnvisionRequest<UserGetRolesResponse>public Map<String,String> getTextParams()
EnvisionRequestgetTextParams 在接口中 EnvisionRequest<UserGetRolesResponse>public Class<UserGetRolesResponse> getResponseClass()
getResponseClass 在接口中 EnvisionRequest<UserGetRolesResponse>public void check()
throws EnvisionRuleException
check 在接口中 EnvisionRequest<UserGetRolesResponse>EnvisionRuleExceptionpublic String getOrgCode()
public void setOrgCode(String orgCode)
public String getNames()
public void setNames(String names)
Copyright © 2018. All rights reserved.