Class AddTopicRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iot.v20180123.models.AddTopicRequest
-
public class AddTopicRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProductId()Get 产品IdStringgetTopicName()Get Topic名称voidsetProductId(String ProductId)Set 产品IdvoidsetTopicName(String TopicName)Set Topic名称voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AddTopicRequest
public AddTopicRequest()
-
AddTopicRequest
public 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.
-
-
Method Detail
-
getProductId
public String getProductId()
Get 产品Id- Returns:
- ProductId 产品Id
-
setProductId
public void setProductId(String ProductId)
Set 产品Id- Parameters:
ProductId- 产品Id
-
getTopicName
public String getTopicName()
Get Topic名称- Returns:
- TopicName Topic名称
-
setTopicName
public void setTopicName(String TopicName)
Set Topic名称- Parameters:
TopicName- Topic名称
-
-