Uses of Class
com.tencentcloudapi.lowcode.v20210108.models.DataSourceDetail
-
Packages that use DataSourceDetail Package Description com.tencentcloudapi.lowcode.v20210108.models -
-
Uses of DataSourceDetail in com.tencentcloudapi.lowcode.v20210108.models
Methods in com.tencentcloudapi.lowcode.v20210108.models that return DataSourceDetail Modifier and Type Method Description DataSourceDetail[]DataSourceDetailItems. getRows()Get 数据详情列表Methods in com.tencentcloudapi.lowcode.v20210108.models with parameters of type DataSourceDetail Modifier and Type Method Description voidDataSourceDetailItems. setRows(DataSourceDetail[] Rows)Set 数据详情列表Constructors in com.tencentcloudapi.lowcode.v20210108.models with parameters of type DataSourceDetail Constructor Description DataSourceDetail(DataSourceDetail 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.
-