Class TransferCloudStorageRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideo.v20211125.models.TransferCloudStorageRequest
-
public class TransferCloudStorageRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TransferCloudStorageRequest()
TransferCloudStorageRequest(TransferCloudStorageRequest 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 String
getDeviceName()
Get 已开通云存的设备名称String
getProductId()
Get 产品IDString
getToDeviceName()
Get 未开通云存的设备名称String
getToProductId()
Get 未开通云存的设备产品IDvoid
setDeviceName(String DeviceName)
Set 已开通云存的设备名称void
setProductId(String ProductId)
Set 产品IDvoid
setToDeviceName(String ToDeviceName)
Set 未开通云存的设备名称void
setToProductId(String ToProductId)
Set 未开通云存的设备产品IDvoid
toMap(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
-
TransferCloudStorageRequest
public TransferCloudStorageRequest()
-
TransferCloudStorageRequest
public TransferCloudStorageRequest(TransferCloudStorageRequest 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
-
getDeviceName
public String getDeviceName()
Get 已开通云存的设备名称- Returns:
- DeviceName 已开通云存的设备名称
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 已开通云存的设备名称- Parameters:
DeviceName
- 已开通云存的设备名称
-
getToDeviceName
public String getToDeviceName()
Get 未开通云存的设备名称- Returns:
- ToDeviceName 未开通云存的设备名称
-
setToDeviceName
public void setToDeviceName(String ToDeviceName)
Set 未开通云存的设备名称- Parameters:
ToDeviceName
- 未开通云存的设备名称
-
getToProductId
public String getToProductId()
Get 未开通云存的设备产品ID- Returns:
- ToProductId 未开通云存的设备产品ID
-
setToProductId
public void setToProductId(String ToProductId)
Set 未开通云存的设备产品ID- Parameters:
ToProductId
- 未开通云存的设备产品ID
-
-