public class CreateRocketMQGroupRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateRocketMQGroupRequest()  | 
CreateRocketMQGroupRequest(CreateRocketMQGroupRequest 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 | 
|---|---|
Boolean | 
getBroadcastEnable()
Get Whether to enable broadcast consumption 
 | 
String | 
getClusterId()
Get Cluster ID 
 | 
String | 
getGroupId()
Get Group name (8–64 characters) 
 | 
String | 
getGroupType()
Get Group type (`TCP`, `HTTP`) 
 | 
String[] | 
getNamespaces()
Get Namespace. 
 | 
Boolean | 
getReadEnable()
Get Whether to enable consumption 
 | 
String | 
getRemark()
Get Remarks (up to 128 characters) 
 | 
Long | 
getRetryMaxTimes()
Get The maximum number of retries for a group 
 | 
void | 
setBroadcastEnable(Boolean BroadcastEnable)
Set Whether to enable broadcast consumption 
 | 
void | 
setClusterId(String ClusterId)
Set Cluster ID 
 | 
void | 
setGroupId(String GroupId)
Set Group name (8–64 characters) 
 | 
void | 
setGroupType(String GroupType)
Set Group type (`TCP`, `HTTP`) 
 | 
void | 
setNamespaces(String[] Namespaces)
Set Namespace. 
 | 
void | 
setReadEnable(Boolean ReadEnable)
Set Whether to enable consumption 
 | 
void | 
setRemark(String Remark)
Set Remarks (up to 128 characters) 
 | 
void | 
setRetryMaxTimes(Long RetryMaxTimes)
Set The maximum number of retries for a group 
 | 
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, toJsonStringpublic CreateRocketMQGroupRequest()
public CreateRocketMQGroupRequest(CreateRocketMQGroupRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - Group name (8–64 characters)public String[] getNamespaces()
public void setNamespaces(String[] Namespaces)
Namespaces - Namespace. Currently, only one namespace is supportedpublic Boolean getReadEnable()
public void setReadEnable(Boolean ReadEnable)
ReadEnable - Whether to enable consumptionpublic Boolean getBroadcastEnable()
public void setBroadcastEnable(Boolean BroadcastEnable)
BroadcastEnable - Whether to enable broadcast consumptionpublic String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getRemark()
public void setRemark(String Remark)
Remark - Remarks (up to 128 characters)public String getGroupType()
public void setGroupType(String GroupType)
GroupType - Group type (`TCP`, `HTTP`)public Long getRetryMaxTimes()
public void setRetryMaxTimes(Long RetryMaxTimes)
RetryMaxTimes - The maximum number of retries for a groupCopyright © 2025. All rights reserved.