Class DeleteProductRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20210408.models.DeleteProductRequest
-
public class DeleteProductRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteProductRequest()DeleteProductRequest(DeleteProductRequest 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 需要删除的产品 IDStringgetSkey()Get 删除LoRa产品需要skeyvoidsetProductId(String ProductId)Set 需要删除的产品 IDvoidsetSkey(String Skey)Set 删除LoRa产品需要skeyvoidtoMap(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
-
DeleteProductRequest
public DeleteProductRequest()
-
DeleteProductRequest
public DeleteProductRequest(DeleteProductRequest 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
-
getSkey
public String getSkey()
Get 删除LoRa产品需要skey- Returns:
- Skey 删除LoRa产品需要skey
-
setSkey
public void setSkey(String Skey)
Set 删除LoRa产品需要skey- Parameters:
Skey- 删除LoRa产品需要skey
-
-