public class SourceObject extends AbstractModel
Constructor and Description |
---|
SourceObject() |
SourceObject(SourceObject 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 |
getSourceObjectDataTypeName()
Get 源字段详细类型,int、string
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSourceObjectValue()
Get 源字段名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSourceObjectDataTypeName(String SourceObjectDataTypeName)
Set 源字段详细类型,int、string
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSourceObjectValue(String SourceObjectValue)
Set 源字段名称
注意:此字段可能返回 null,表示取不到有效值。
|
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 SourceObject()
public SourceObject(SourceObject source)
public String getSourceObjectDataTypeName()
public void setSourceObjectDataTypeName(String SourceObjectDataTypeName)
SourceObjectDataTypeName
- 源字段详细类型,int、string
注意:此字段可能返回 null,表示取不到有效值。public String getSourceObjectValue()
public void setSourceObjectValue(String SourceObjectValue)
SourceObjectValue
- 源字段名称
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.