public class DeleteSubscriptionsRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteSubscriptionsRequest() | 
| DeleteSubscriptionsRequest(DeleteSubscriptionsRequest 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 subscription. | 
| SubscriptionTopic[] | getSubscriptionTopicSets()Get Subscription 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 subscription. | 
| void | setSubscriptionTopicSets(SubscriptionTopic[] SubscriptionTopicSets)Set Subscription 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, toJsonStringpublic DeleteSubscriptionsRequest()
public DeleteSubscriptionsRequest(DeleteSubscriptionsRequest source)
public SubscriptionTopic[] getSubscriptionTopicSets()
public void setSubscriptionTopicSets(SubscriptionTopic[] SubscriptionTopicSets)
SubscriptionTopicSets - Subscription set. Up to 20 subscriptions 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 subscription. Default value: `false`.Copyright © 2022. All rights reserved.