public class RelationField extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RelationField() | 
| RelationField(RelationField 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 | getField()Get 关联关系字段 | 
| String | getFormat()Get 关联关系格式 | 
| String | getRelateDataSourceName()Get 关联数据源名称 | 
| void | setField(String Field)Set 关联关系字段 | 
| void | setFormat(String Format)Set 关联关系格式 | 
| void | setRelateDataSourceName(String RelateDataSourceName)Set 关联数据源名称 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RelationField()
public RelationField(RelationField source)
public String getField()
public void setField(String Field)
Field - 关联关系字段public String getFormat()
public void setFormat(String Format)
Format - 关联关系格式public String getRelateDataSourceName()
public void setRelateDataSourceName(String RelateDataSourceName)
RelateDataSourceName - 关联数据源名称Copyright © 2025. All rights reserved.