Class DeleteEdgeUnitDevicesDevice
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.DeleteEdgeUnitDevicesDevice
-
public class DeleteEdgeUnitDevicesDevice extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteEdgeUnitDevicesDevice()DeleteEdgeUnitDevicesDevice(DeleteEdgeUnitDevicesDevice 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 StringgetDeviceName()Get 无StringgetProductId()Get 无voidsetDeviceName(String DeviceName)Set 无voidsetProductId(String ProductId)Set 无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
-
DeleteEdgeUnitDevicesDevice
public DeleteEdgeUnitDevicesDevice()
-
DeleteEdgeUnitDevicesDevice
public DeleteEdgeUnitDevicesDevice(DeleteEdgeUnitDevicesDevice 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 无- Returns:
- ProductId 无
-
setProductId
public void setProductId(String ProductId)
Set 无- Parameters:
ProductId- 无
-
getDeviceName
public String getDeviceName()
Get 无- Returns:
- DeviceName 无
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 无- Parameters:
DeviceName- 无
-
-