Class SnapshotCopyResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cbs.v20170312.models.SnapshotCopyResult
-
public class SnapshotCopyResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SnapshotCopyResult()SnapshotCopyResult(SnapshotCopyResult 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 StringgetCode()Get 错误码,成功时取值为“Success”。StringgetDestinationRegion()Get 跨地复制的目标地域。StringgetMessage()Get 指示具体错误信息,成功时为空字符串。StringgetSnapshotId()Get 复制到目标地域的新快照ID。voidsetCode(String Code)Set 错误码,成功时取值为“Success”。voidsetDestinationRegion(String DestinationRegion)Set 跨地复制的目标地域。voidsetMessage(String Message)Set 指示具体错误信息,成功时为空字符串。voidsetSnapshotId(String SnapshotId)Set 复制到目标地域的新快照ID。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
-
SnapshotCopyResult
public SnapshotCopyResult()
-
SnapshotCopyResult
public SnapshotCopyResult(SnapshotCopyResult 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
-
getSnapshotId
public String getSnapshotId()
Get 复制到目标地域的新快照ID。- Returns:
- SnapshotId 复制到目标地域的新快照ID。
-
setSnapshotId
public void setSnapshotId(String SnapshotId)
Set 复制到目标地域的新快照ID。- Parameters:
SnapshotId- 复制到目标地域的新快照ID。
-
getMessage
public String getMessage()
Get 指示具体错误信息,成功时为空字符串。- Returns:
- Message 指示具体错误信息,成功时为空字符串。
-
setMessage
public void setMessage(String Message)
Set 指示具体错误信息,成功时为空字符串。- Parameters:
Message- 指示具体错误信息,成功时为空字符串。
-
getCode
public String getCode()
Get 错误码,成功时取值为“Success”。- Returns:
- Code 错误码,成功时取值为“Success”。
-
setCode
public void setCode(String Code)
Set 错误码,成功时取值为“Success”。- Parameters:
Code- 错误码,成功时取值为“Success”。
-
getDestinationRegion
public String getDestinationRegion()
Get 跨地复制的目标地域。- Returns:
- DestinationRegion 跨地复制的目标地域。
-
setDestinationRegion
public void setDestinationRegion(String DestinationRegion)
Set 跨地复制的目标地域。- Parameters:
DestinationRegion- 跨地复制的目标地域。
-
-