Package | Description |
---|---|
com.tencentcloudapi.dts.v20180330.models |
Modifier and Type | Method and Description |
---|---|
SubscribeObject |
ActivateSubscribeRequest.getObjects()
Get Subscription object
|
SubscribeObject[] |
ModifySubscribeObjectsRequest.getObjects()
Get Information of subscribed table
|
SubscribeObject[] |
DescribeSubscribeConfResponse.getSubscribeObjects()
Get Subscription object, which is an empty array if `SubscribeObjectType` is 0
|
Modifier and Type | Method and Description |
---|---|
void |
ActivateSubscribeRequest.setObjects(SubscribeObject Objects)
Set Subscription object
|
void |
ModifySubscribeObjectsRequest.setObjects(SubscribeObject[] Objects)
Set Information of subscribed table
|
void |
DescribeSubscribeConfResponse.setSubscribeObjects(SubscribeObject[] SubscribeObjects)
Set Subscription object, which is an empty array if `SubscribeObjectType` is 0
|
Constructor and 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.
|
Copyright © 2023. All rights reserved.