Uses of Class
com.tencentcloudapi.dts.v20180330.models.SubscribeObject
-
Packages that use SubscribeObject Package Description com.tencentcloudapi.dts.v20180330.models -
-
Uses of SubscribeObject in com.tencentcloudapi.dts.v20180330.models
Methods in com.tencentcloudapi.dts.v20180330.models that return SubscribeObject Modifier and Type Method Description SubscribeObjectActivateSubscribeRequest. getObjects()Get 订阅对象SubscribeObject[]ModifySubscribeObjectsRequest. getObjects()Get 订阅的数据库表信息SubscribeObject[]DescribeSubscribeConfResponse. getSubscribeObjects()Get 订阅对象,当SubscribeObjectType 为0时,此字段为空数组Methods in com.tencentcloudapi.dts.v20180330.models with parameters of type SubscribeObject Modifier and Type Method Description voidActivateSubscribeRequest. setObjects(SubscribeObject Objects)Set 订阅对象voidModifySubscribeObjectsRequest. setObjects(SubscribeObject[] Objects)Set 订阅的数据库表信息voidDescribeSubscribeConfResponse. setSubscribeObjects(SubscribeObject[] SubscribeObjects)Set 订阅对象,当SubscribeObjectType 为0时,此字段为空数组Constructors in com.tencentcloudapi.dts.v20180330.models with parameters of type SubscribeObject Constructor Description SubscribeObject(SubscribeObject 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.
-