public class MdmObjectRelationSetRequest extends Object implements EnvisionRequest<EnvisionResponse>
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
RELATION_TYPE_PARENT |
| 构造器和说明 |
|---|
MdmObjectRelationSetRequest(String mdmID,
String relationType,
String relatedMdmID)
Request to set a relation
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
check() |
String |
getApiMethodName()
Get Api Name。
|
String |
getMdmID() |
String |
getRelatedMdmID() |
String |
getRelationType() |
Class<EnvisionResponse> |
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 |
setMdmID(String mdmID) |
void |
setRelatedMdmID(String relatedMdmID) |
void |
setRelationType(String relationType) |
public String getMdmID()
public void setMdmID(String mdmID)
public String getRelationType()
public void setRelationType(String relationType)
public String getRelatedMdmID()
public void setRelatedMdmID(String relatedMdmID)
public String getApiMethodName()
EnvisionRequestgetApiMethodName 在接口中 EnvisionRequest<EnvisionResponse>public Map<String,String> getTextParams()
EnvisionRequestgetTextParams 在接口中 EnvisionRequest<EnvisionResponse>public Class<EnvisionResponse> getResponseClass()
getResponseClass 在接口中 EnvisionRequest<EnvisionResponse>public void check()
throws EnvisionRuleException
check 在接口中 EnvisionRequest<EnvisionResponse>EnvisionRuleExceptionCopyright © 2018. All rights reserved.