public class DeletePublishSubscribeRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeletePublishSubscribeRequest() |
DeletePublishSubscribeRequest(DeletePublishSubscribeRequest 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.
|
Modifier and Type | Method and Description |
---|---|
DatabaseTuple[] |
getDatabaseTupleSet()
Get Publish/subscribe relationship collection of the database to be deleted.
|
Long |
getPublishSubscribeId()
Get Publish/subscribe ID, which can be obtained through the DescribePublishSubscribe API.
|
void |
setDatabaseTupleSet(DatabaseTuple[] DatabaseTupleSet)
Set Publish/subscribe relationship collection of the database to be deleted.
|
void |
setPublishSubscribeId(Long PublishSubscribeId)
Set Publish/subscribe ID, which can be obtained through the DescribePublishSubscribe API.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeletePublishSubscribeRequest()
public DeletePublishSubscribeRequest(DeletePublishSubscribeRequest source)
public Long getPublishSubscribeId()
public void setPublishSubscribeId(Long PublishSubscribeId)
PublishSubscribeId
- Publish/subscribe ID, which can be obtained through the DescribePublishSubscribe API.public DatabaseTuple[] getDatabaseTupleSet()
public void setDatabaseTupleSet(DatabaseTuple[] DatabaseTupleSet)
DatabaseTupleSet
- Publish/subscribe relationship collection of the database to be deleted.Copyright © 2025. All rights reserved.