public class DeleteProductRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getProductId()
Get 需要删除的产品 ID
|
String |
getSkey()
Get 删除LoRa产品需要skey
|
void |
setProductId(String ProductId)
Set 需要删除的产品 ID
|
void |
setSkey(String Skey)
Set 删除LoRa产品需要skey
|
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 DeleteProductRequest()
public DeleteProductRequest(DeleteProductRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 需要删除的产品 IDpublic String getSkey()
public void setSkey(String Skey)
Skey
- 删除LoRa产品需要skeyCopyright © 2021. All rights reserved.