public class DomainSchemasGetByIdRequest extends Object implements EnvisionRequest<DomainSchemasGetByIdResponse>
| 构造器和说明 |
|---|
DomainSchemasGetByIdRequest(int domainId) |
DomainSchemasGetByIdRequest(int domainId,
String locale) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
String |
getApiMethodName()
Get Api Name。
|
int |
getDomainId() |
String |
getLocale() |
Class<DomainSchemasGetByIdResponse> |
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 |
setDomainId(int domainId) |
void |
setLocale(String locale) |
public DomainSchemasGetByIdRequest(int domainId)
public DomainSchemasGetByIdRequest(int domainId,
String locale)
public int getDomainId()
public void setDomainId(int domainId)
public String getLocale()
public void setLocale(String locale)
public String getApiMethodName()
EnvisionRequestgetApiMethodName 在接口中 EnvisionRequest<DomainSchemasGetByIdResponse>public Map<String,String> getTextParams()
EnvisionRequestgetTextParams 在接口中 EnvisionRequest<DomainSchemasGetByIdResponse>public Class<DomainSchemasGetByIdResponse> getResponseClass()
public void check()
throws EnvisionRuleException
check 在接口中 EnvisionRequest<DomainSchemasGetByIdResponse>EnvisionRuleExceptionCopyright © 2018. All rights reserved.