public class TransferCloudStorageRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDeviceName()
Get 已开通云存的设备名称
|
String |
getProductId()
Get 产品ID
|
String |
getToDeviceName()
Get 未开通云存的设备名称
|
void |
setDeviceName(String DeviceName)
Set 已开通云存的设备名称
|
void |
setProductId(String ProductId)
Set 产品ID
|
void |
setToDeviceName(String ToDeviceName)
Set 未开通云存的设备名称
|
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 TransferCloudStorageRequest()
public TransferCloudStorageRequest(TransferCloudStorageRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 已开通云存的设备名称public String getToDeviceName()
public void setToDeviceName(String ToDeviceName)
ToDeviceName
- 未开通云存的设备名称Copyright © 2021. All rights reserved.