public class AddQueueRequest extends AbstractModel
skipSign
Constructor and Description |
---|
AddQueueRequest() |
AddQueueRequest(AddQueueRequest 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 集群ID。
|
String |
getQueueName()
Get 队列名称。
最多支持32个字符。 |
void |
setClusterId(String ClusterId)
Set 集群ID。
|
void |
setQueueName(String QueueName)
Set 队列名称。
最多支持32个字符。 |
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AddQueueRequest()
public AddQueueRequest(AddQueueRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群ID。public String getQueueName()
public void setQueueName(String QueueName)
QueueName
- 队列名称。Copyright © 2023. All rights reserved.