public class DescribeRelationRequest extends AbstractModel
Constructor and Description |
---|
DescribeRelationRequest() |
DescribeRelationRequest(DescribeRelationRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getLeftEntityName()
Get 输入第一个实体
|
String |
getRightEntityName()
Get 输入第二个实体
|
void |
setLeftEntityName(String LeftEntityName)
Set 输入第一个实体
|
void |
setRightEntityName(String RightEntityName)
Set 输入第二个实体
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeRelationRequest()
public DescribeRelationRequest(DescribeRelationRequest source)
public String getLeftEntityName()
public void setLeftEntityName(String LeftEntityName)
LeftEntityName
- 输入第一个实体public String getRightEntityName()
public void setRightEntityName(String RightEntityName)
RightEntityName
- 输入第二个实体Copyright © 2021. All rights reserved.