Uses of Class
com.tencentcloudapi.dlc.v20210125.models.Asset
-
Packages that use Asset Package Description com.tencentcloudapi.dlc.v20210125.models -
-
Uses of Asset in com.tencentcloudapi.dlc.v20210125.models
Methods in com.tencentcloudapi.dlc.v20210125.models that return Asset Modifier and Type Method Description AssetAlterDMSDatabaseRequest. getAsset()Get 基础对象AssetAlterDMSTableRequest. getAsset()Get 基础对象AssetCreateDMSDatabaseRequest. getAsset()Get 基础元数据对象AssetCreateDMSTableRequest. getAsset()Get 基础对象AssetDescribeDMSDatabaseResponse. getAsset()Get 数据对象 注意:此字段可能返回 null,表示取不到有效值。AssetDescribeDMSTableResponse. getAsset()Get 基础对象 注意:此字段可能返回 null,表示取不到有效值。AssetDMSTableInfo. getAsset()Get 基础对象信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.dlc.v20210125.models with parameters of type Asset Modifier and Type Method Description voidAlterDMSDatabaseRequest. setAsset(Asset Asset)Set 基础对象voidAlterDMSTableRequest. setAsset(Asset Asset)Set 基础对象voidCreateDMSDatabaseRequest. setAsset(Asset Asset)Set 基础元数据对象voidCreateDMSTableRequest. setAsset(Asset Asset)Set 基础对象voidDescribeDMSDatabaseResponse. setAsset(Asset Asset)Set 数据对象 注意:此字段可能返回 null,表示取不到有效值。voidDescribeDMSTableResponse. setAsset(Asset Asset)Set 基础对象 注意:此字段可能返回 null,表示取不到有效值。voidDMSTableInfo. setAsset(Asset Asset)Set 基础对象信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.dlc.v20210125.models with parameters of type Asset Constructor Description Asset(Asset 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.
-