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 是否开启广播消费 | 
| String | getClusterId()Get 集群ID | 
| String | getGroupId()Get Group名称,8~64个字符 | 
| String | getGroupType()Get Group类型(TCP/HTTP) | 
| String[] | getNamespaces()Get 命名空间,目前只支持单个命名空间 | 
| Boolean | getReadEnable()Get 是否开启消费 | 
| String | getRemark()Get 说明信息,最长128个字符 | 
| Long | getRetryMaxTimes()Get Group最大重试次数 | 
| void | setBroadcastEnable(Boolean BroadcastEnable)Set 是否开启广播消费 | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| void | setGroupId(String GroupId)Set Group名称,8~64个字符 | 
| void | setGroupType(String GroupType)Set Group类型(TCP/HTTP) | 
| void | setNamespaces(String[] Namespaces)Set 命名空间,目前只支持单个命名空间 | 
| void | setReadEnable(Boolean ReadEnable)Set 是否开启消费 | 
| void | setRemark(String Remark)Set 说明信息,最长128个字符 | 
| void | setRetryMaxTimes(Long RetryMaxTimes)Set 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名称,8~64个字符public String[] getNamespaces()
public void setNamespaces(String[] Namespaces)
Namespaces - 命名空间,目前只支持单个命名空间public Boolean getReadEnable()
public void setReadEnable(Boolean ReadEnable)
ReadEnable - 是否开启消费public Boolean getBroadcastEnable()
public void setBroadcastEnable(Boolean BroadcastEnable)
BroadcastEnable - 是否开启广播消费public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic String getRemark()
public void setRemark(String Remark)
Remark - 说明信息,最长128个字符public String getGroupType()
public void setGroupType(String GroupType)
GroupType - Group类型(TCP/HTTP)public Long getRetryMaxTimes()
public void setRetryMaxTimes(Long RetryMaxTimes)
RetryMaxTimes - Group最大重试次数Copyright © 2025. All rights reserved.