Uses of Class
com.tencentcloudapi.tione.v20191022.models.CosDataSource
-
Packages that use CosDataSource Package Description com.tencentcloudapi.tione.v20191022.models -
-
Uses of CosDataSource in com.tencentcloudapi.tione.v20191022.models
Methods in com.tencentcloudapi.tione.v20191022.models that return CosDataSource Modifier and Type Method Description CosDataSourceDataSource. getCosDataSource()Get cos数据源 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tione.v20191022.models with parameters of type CosDataSource Modifier and Type Method Description voidDataSource. setCosDataSource(CosDataSource CosDataSource)Set cos数据源 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tione.v20191022.models with parameters of type CosDataSource Constructor Description CosDataSource(CosDataSource 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.
-