public class MdmObjectsGetRequest extends EnvisionSkipAndLimitRequest<MdmObjectsGetResponse>
exclusiveFrom, pageSize| 构造器和说明 |
|---|
MdmObjectsGetRequest(List<String> mdmIDList) |
MdmObjectsGetRequest(List<String> mdmIDList,
List<String> typeList,
List<String> attributeList) |
MdmObjectsGetRequest(List<String> mdmIDList,
List<String> typeList,
List<String> attributeList,
String locale) |
MdmObjectsGetRequest(List<String> mdmIDList,
String locale) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
String |
getApiMethodName()
Get Api Name。
|
String |
getAttributeList() |
String |
getMdmIDList() |
Class<MdmObjectsGetResponse> |
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 |
getTypeList() |
void |
setAttributeList(String attributeList) |
void |
setMdmIDList(String mdmIDList) |
void |
setTypeList(String typeList) |
getExclusiveFrom, getPageSize, getPaginationParams, setExclusiveFrom, setPageSizepublic MdmObjectsGetRequest(List<String> mdmIDList, List<String> typeList, List<String> attributeList)
public String getMdmIDList()
public void setMdmIDList(String mdmIDList)
public String getTypeList()
public void setTypeList(String typeList)
public String getAttributeList()
public void setAttributeList(String attributeList)
public String getApiMethodName()
EnvisionRequestpublic Map<String,String> getTextParams()
EnvisionRequestpublic Class<MdmObjectsGetResponse> getResponseClass()
public void check()
throws EnvisionRuleException
check 在接口中 EnvisionRequest<MdmObjectsGetResponse>check 在类中 EnvisionSkipAndLimitRequest<MdmObjectsGetResponse>EnvisionRuleExceptionCopyright © 2018. All rights reserved.