Uses of Class
com.tencentcloudapi.wedata.v20210820.models.SourceObject
-
Packages that use SourceObject Package Description com.tencentcloudapi.wedata.v20210820.models -
-
Uses of SourceObject in com.tencentcloudapi.wedata.v20210820.models
Methods in com.tencentcloudapi.wedata.v20210820.models that return SourceObject Modifier and Type Method Description SourceObject[]DescribeDataObjectsResponse. getData()Get 数据对象列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.wedata.v20210820.models with parameters of type SourceObject Modifier and Type Method Description voidDescribeDataObjectsResponse. setData(SourceObject[] Data)Set 数据对象列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.wedata.v20210820.models with parameters of type SourceObject Constructor Description 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.
-