public class MdmIDsByValueGetRequest extends Object implements EnvisionRequest<MdmIdsGetResponse>
| 构造器和说明 |
|---|
MdmIDsByValueGetRequest(String mdmID,
int direct_child_type,
String point,
String value) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
String |
getApiMethodName()
Get Api Name。
|
int |
getDirect_child_type() |
String |
getMdmID() |
String |
getPoint() |
Class<MdmIdsGetResponse> |
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 |
getValue() |
void |
setDirect_child_type(int direct_child_type) |
void |
setMdmID(String mdmID) |
void |
setPoint(String point) |
void |
setValue(String value) |
public String getMdmID()
public void setMdmID(String mdmID)
public int getDirect_child_type()
public void setDirect_child_type(int direct_child_type)
public String getPoint()
public void setPoint(String point)
public String getValue()
public void setValue(String value)
public String getApiMethodName()
EnvisionRequestgetApiMethodName 在接口中 EnvisionRequest<MdmIdsGetResponse>public Map<String,String> getTextParams()
EnvisionRequestgetTextParams 在接口中 EnvisionRequest<MdmIdsGetResponse>public Class<MdmIdsGetResponse> getResponseClass()
getResponseClass 在接口中 EnvisionRequest<MdmIdsGetResponse>public void check()
throws EnvisionRuleException
check 在接口中 EnvisionRequest<MdmIdsGetResponse>EnvisionRuleExceptionCopyright © 2018. All rights reserved.