Class SnapshotResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.SnapshotResult
-
public class SnapshotResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SnapshotResult()SnapshotResult(SnapshotResult 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 StringgetErrorCode()Get 任务执行错误码 注意:此字段可能返回 null,表示取不到有效值。StringgetErrorMessage()Get 任务执行错误信息 注意:此字段可能返回 null,表示取不到有效值。String[]getSnapshots()Get 快照图片链接列表 注意:此字段可能返回 null,表示取不到有效值。LonggetTotal()Get 快照生成图片总数 注意:此字段可能返回 null,表示取不到有效值。voidsetErrorCode(String ErrorCode)Set 任务执行错误码 注意:此字段可能返回 null,表示取不到有效值。voidsetErrorMessage(String ErrorMessage)Set 任务执行错误信息 注意:此字段可能返回 null,表示取不到有效值。voidsetSnapshots(String[] Snapshots)Set 快照图片链接列表 注意:此字段可能返回 null,表示取不到有效值。voidsetTotal(Long Total)Set 快照生成图片总数 注意:此字段可能返回 null,表示取不到有效值。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
-
SnapshotResult
public SnapshotResult()
-
SnapshotResult
public SnapshotResult(SnapshotResult 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
-
getErrorCode
public String getErrorCode()
Get 任务执行错误码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ErrorCode 任务执行错误码 注意:此字段可能返回 null,表示取不到有效值。
-
setErrorCode
public void setErrorCode(String ErrorCode)
Set 任务执行错误码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ErrorCode- 任务执行错误码 注意:此字段可能返回 null,表示取不到有效值。
-
getErrorMessage
public String getErrorMessage()
Get 任务执行错误信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ErrorMessage 任务执行错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
setErrorMessage
public void setErrorMessage(String ErrorMessage)
Set 任务执行错误信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ErrorMessage- 任务执行错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
getTotal
public Long getTotal()
Get 快照生成图片总数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Total 快照生成图片总数 注意:此字段可能返回 null,表示取不到有效值。
-
setTotal
public void setTotal(Long Total)
Set 快照生成图片总数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Total- 快照生成图片总数 注意:此字段可能返回 null,表示取不到有效值。
-
getSnapshots
public String[] getSnapshots()
Get 快照图片链接列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Snapshots 快照图片链接列表 注意:此字段可能返回 null,表示取不到有效值。
-
setSnapshots
public void setSnapshots(String[] Snapshots)
Set 快照图片链接列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Snapshots- 快照图片链接列表 注意:此字段可能返回 null,表示取不到有效值。
-
-