public class MdmObjectStructureGetRequest extends EnvisionSkipAndLimitRequest<MdmObjectStructureGetResponse>
exclusiveFrom, pageSize| 构造器和说明 |
|---|
MdmObjectStructureGetRequest(String token,
String type) |
MdmObjectStructureGetRequest(String token,
String type,
List<String> attributeList) |
MdmObjectStructureGetRequest(String token,
String type,
List<String> attributeList,
String locale) |
MdmObjectStructureGetRequest(String token,
String type,
String locale) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
String |
getApiMethodName()
Get Api Name。
|
String |
getAttributeList() |
String |
getLocale() |
Class<MdmObjectStructureGetResponse> |
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 |
getToken() |
String |
getType() |
void |
setAttributeList(String attributeList) |
void |
setLocale(String locale) |
void |
setToken(String token) |
void |
setType(String type) |
getExclusiveFrom, getPageSize, getPaginationParams, setExclusiveFrom, setPageSizepublic MdmObjectStructureGetRequest(String token, String type, String locale)
public MdmObjectStructureGetRequest(String token, String type, List<String> attributeList)
public String getToken()
public void setToken(String token)
public String getType()
public void setType(String type)
public String getAttributeList()
public void setAttributeList(String attributeList)
public String getLocale()
public void setLocale(String locale)
public String getApiMethodName()
EnvisionRequestpublic Map<String,String> getTextParams()
EnvisionRequestpublic Class<MdmObjectStructureGetResponse> getResponseClass()
public void check()
throws EnvisionRuleException
Copyright © 2018. All rights reserved.