public class DeleteTopicsRequest extends AbstractModel
Constructor and Description |
---|
DeleteTopicsRequest() |
DeleteTopicsRequest(DeleteTopicsRequest 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 |
---|---|
String |
getClusterId()
Get Pulsar cluster ID.
|
String |
getEnvironmentId()
Get Environment (namespace) name.
|
Boolean |
getForce()
Get Whether to forcibly delete a topic.
|
TopicRecord[] |
getTopicSets()
Get Topic set.
|
void |
setClusterId(String ClusterId)
Set Pulsar cluster ID.
|
void |
setEnvironmentId(String EnvironmentId)
Set Environment (namespace) name.
|
void |
setForce(Boolean Force)
Set Whether to forcibly delete a topic.
|
void |
setTopicSets(TopicRecord[] TopicSets)
Set Topic set.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeleteTopicsRequest()
public DeleteTopicsRequest(DeleteTopicsRequest source)
public TopicRecord[] getTopicSets()
public void setTopicSets(TopicRecord[] TopicSets)
TopicSets
- Topic set. Up to 20 topics can be deleted at a time.public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Pulsar cluster ID.public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- Environment (namespace) name.public Boolean getForce()
public void setForce(Boolean Force)
Force
- Whether to forcibly delete a topic. Default value: `false`.Copyright © 2023. All rights reserved.