public class MdmDomainPointDetailLatelyGetRequest extends Object implements EnvisionRequest<MdmDomainPointsDetailGetResponse>
| 构造器和说明 |
|---|
MdmDomainPointDetailLatelyGetRequest(String mdmID,
String point,
List<String> fieldList) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
String |
getApiMethodName()
Get Api Name。
|
String |
getFieldList() |
String |
getMdmID() |
String |
getPoint() |
Class<MdmDomainPointsDetailGetResponse> |
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 |
setFieldList(String fieldList) |
void |
setMdmID(String mdmID) |
void |
setPoint(String point) |
public String getMdmID()
public void setMdmID(String mdmID)
public String getPoint()
public void setPoint(String point)
public String getFieldList()
public void setFieldList(String fieldList)
public String getApiMethodName()
EnvisionRequestgetApiMethodName 在接口中 EnvisionRequest<MdmDomainPointsDetailGetResponse>public Map<String,String> getTextParams()
EnvisionRequestgetTextParams 在接口中 EnvisionRequest<MdmDomainPointsDetailGetResponse>public Class<MdmDomainPointsDetailGetResponse> getResponseClass()
public void check()
throws EnvisionRuleException
Copyright © 2018. All rights reserved.