public class MdmObjectInsertRequest extends Object implements EnvisionRequest<MdmObjectInsertResponse>
| 构造器和说明 |
|---|
MdmObjectInsertRequest(String parentID,
int categoryID,
int typeID,
Map<String,String> attributes)
Request to insert a project or device
|
MdmObjectInsertRequest(String parentID,
int category,
int typeID,
Map<String,String> attributes,
String mdmID)
Request to insert a project or device with specified MDM ID.
|
MdmObjectInsertRequest(String parentID,
int category,
int typeID,
Map<String,String> attributes,
String mdmID,
String locale) |
MdmObjectInsertRequest(String parentID,
int typeID,
Map<String,String> attributes)
Request to insert a partner, customer, site group or site
|
MdmObjectInsertRequest(String parentID,
int typeID,
Map<String,String> attributes,
String mdmID)
Request to insert a partner, customer, site group or site with specified MDM ID.
|
MdmObjectInsertRequest(String parentID,
int typeID,
Map<String,String> attributes,
String mdmID,
String locale) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
String |
getApiMethodName()
Get Api Name。
|
Map<String,String> |
getAttributes() |
int |
getCategory() |
String |
getLocale() |
String |
getMdmID() |
String |
getParentID() |
Class<MdmObjectInsertResponse> |
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
|
int |
getType() |
void |
setAttributes(Map<String,String> attributes) |
void |
setCategory(int category) |
void |
setLocale(String locale) |
void |
setMdmID(String mdmID) |
void |
setParentID(String parentID) |
void |
setType(int type) |
public MdmObjectInsertRequest(String parentID, int typeID, Map<String,String> attributes)
parentID - type - public MdmObjectInsertRequest(String parentID, int categoryID, int typeID, Map<String,String> attributes)
parentID - type - public MdmObjectInsertRequest(String parentID, int typeID, Map<String,String> attributes, String mdmID)
parentID - typeID - attributes - mdmID - public MdmObjectInsertRequest(String parentID, int category, int typeID, Map<String,String> attributes, String mdmID)
parentID - typeID - attributes - mdmID - public MdmObjectInsertRequest(String parentID, int typeID, Map<String,String> attributes, String mdmID, String locale)
public String getParentID()
public void setParentID(String parentID)
public int getCategory()
public void setCategory(int category)
public int getType()
public void setType(int type)
public String getMdmID()
public void setMdmID(String mdmID)
public String getLocale()
public void setLocale(String locale)
public String getApiMethodName()
EnvisionRequestgetApiMethodName 在接口中 EnvisionRequest<MdmObjectInsertResponse>public Map<String,String> getTextParams()
EnvisionRequestgetTextParams 在接口中 EnvisionRequest<MdmObjectInsertResponse>public Class<MdmObjectInsertResponse> getResponseClass()
public void check()
throws EnvisionRuleException
check 在接口中 EnvisionRequest<MdmObjectInsertResponse>EnvisionRuleExceptionCopyright © 2018. All rights reserved.