public class MdmDomainPointsGetRequest extends Object implements EnvisionRequest<MdmDomainPointsGetResponse>
| 构造器和说明 |
|---|
MdmDomainPointsGetRequest(List<String> mdmIDList,
List<String> pointIDList) |
MdmDomainPointsGetRequest(List<String> mdmIDList,
List<String> pointIDList,
Integer timeWindow) |
MdmDomainPointsGetRequest(List<String> mdmIDList,
List<String> pointIDList,
List<String> fieldList) |
MdmDomainPointsGetRequest(List<String> mdmIDList,
List<String> pointIDList,
List<String> fieldList,
Integer timeWindow) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
String |
getApiMethodName()
Get Api Name。
|
String |
getFieldList() |
String |
getMdmIDList() |
String |
getPointIDLists() |
Class<MdmDomainPointsGetResponse> |
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
|
Integer |
getTimeWindow() |
void |
setFieldList(String fieldList) |
void |
setMdmIDList(String mdmIDList) |
void |
setPointIDLists(String pointIDLists) |
void |
setTimeWindow(Integer timeWindow) |
public MdmDomainPointsGetRequest(List<String> mdmIDList, List<String> pointIDList)
public MdmDomainPointsGetRequest(List<String> mdmIDList, List<String> pointIDList, List<String> fieldList)
public MdmDomainPointsGetRequest(List<String> mdmIDList, List<String> pointIDList, Integer timeWindow)
public String getMdmIDList()
public void setMdmIDList(String mdmIDList)
public String getPointIDLists()
public void setPointIDLists(String pointIDLists)
public String getFieldList()
public void setFieldList(String fieldList)
public Integer getTimeWindow()
public void setTimeWindow(Integer timeWindow)
public String getApiMethodName()
EnvisionRequestgetApiMethodName 在接口中 EnvisionRequest<MdmDomainPointsGetResponse>public Map<String,String> getTextParams()
EnvisionRequestgetTextParams 在接口中 EnvisionRequest<MdmDomainPointsGetResponse>public Class<MdmDomainPointsGetResponse> getResponseClass()
public void check()
throws EnvisionRuleException
check 在接口中 EnvisionRequest<MdmDomainPointsGetResponse>EnvisionRuleExceptionCopyright © 2018. All rights reserved.