Uses of Class
com.tencentcloudapi.dts.v20180330.models.SubscribeInfo
-
Packages that use SubscribeInfo Package Description com.tencentcloudapi.dts.v20180330.models -
-
Uses of SubscribeInfo in com.tencentcloudapi.dts.v20180330.models
Methods in com.tencentcloudapi.dts.v20180330.models that return SubscribeInfo Modifier and Type Method Description SubscribeInfo[]DescribeSubscribesResponse. getItems()Get 数据订阅实例的信息列表Methods in com.tencentcloudapi.dts.v20180330.models with parameters of type SubscribeInfo Modifier and Type Method Description voidDescribeSubscribesResponse. setItems(SubscribeInfo[] Items)Set 数据订阅实例的信息列表Constructors in com.tencentcloudapi.dts.v20180330.models with parameters of type SubscribeInfo Constructor Description SubscribeInfo(SubscribeInfo 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.
-