public class DeleteGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteGroupRequest() |
DeleteGroupRequest(DeleteGroupRequest 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 |
getGroup()
Get 消费分组
|
String |
getInstanceId()
Get ckafka集群实例Id
|
void |
setGroup(String Group)
Set 消费分组
|
void |
setInstanceId(String InstanceId)
Set ckafka集群实例Id
|
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 DeleteGroupRequest()
public DeleteGroupRequest(DeleteGroupRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- ckafka集群实例Idpublic String getGroup()
public void setGroup(String Group)
Group
- 消费分组Copyright © 2024. All rights reserved.