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集群Id。
|
String |
getEnvironmentId()
Get 环境(命名空间)名称。
|
Boolean |
getForce()
Get 是否强制删除,默认为false
|
TopicRecord[] |
getTopicSets()
Get 主题集合,每次最多删除20个。
|
void |
setClusterId(String ClusterId)
Set pulsar集群Id。
|
void |
setEnvironmentId(String EnvironmentId)
Set 环境(命名空间)名称。
|
void |
setForce(Boolean Force)
Set 是否强制删除,默认为false
|
void |
setTopicSets(TopicRecord[] TopicSets)
Set 主题集合,每次最多删除20个。
|
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
- 主题集合,每次最多删除20个。public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- pulsar集群Id。public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- 环境(命名空间)名称。public Boolean getForce()
public void setForce(Boolean Force)
Force
- 是否强制删除,默认为falseCopyright © 2023. All rights reserved.