public class BatchModifyTopicAttributesRequest extends AbstractModel
Constructor and Description |
---|
BatchModifyTopicAttributesRequest() |
BatchModifyTopicAttributesRequest(BatchModifyTopicAttributesRequest 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 |
getInstanceId()
Get 实例id
|
BatchModifyTopicInfo[] |
getTopic()
Get 主题属性列表
|
void |
setInstanceId(String InstanceId)
Set 实例id
|
void |
setTopic(BatchModifyTopicInfo[] Topic)
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, toJsonString
public BatchModifyTopicAttributesRequest()
public BatchModifyTopicAttributesRequest(BatchModifyTopicAttributesRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例idpublic BatchModifyTopicInfo[] getTopic()
public void setTopic(BatchModifyTopicInfo[] Topic)
Topic
- 主题属性列表Copyright © 2022. All rights reserved.