public class AddTopicRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
AddTopicRequest() |
AddTopicRequest(AddTopicRequest 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 |
getProductId()
Get 产品Id
|
String |
getTopicName()
Get Topic名称
|
void |
setProductId(String ProductId)
Set 产品Id
|
void |
setTopicName(String TopicName)
Set Topic名称
|
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 AddTopicRequest()
public AddTopicRequest(AddTopicRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品Idpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName
- Topic名称Copyright © 2024. All rights reserved.