public class SnapshotResult extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Get 任务执行错误码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getErrorMessage()
Get 任务执行错误信息
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getSnapshots()
Get 快照图片链接列表
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotal()
Get 快照生成图片总数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setErrorCode(String ErrorCode)
Set 任务执行错误码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setErrorMessage(String ErrorMessage)
Set 任务执行错误信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSnapshots(String[] Snapshots)
Set 快照图片链接列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotal(Long Total)
Set 快照生成图片总数
注意:此字段可能返回 null,表示取不到有效值。
|
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 SnapshotResult()
public SnapshotResult(SnapshotResult source)
public String getErrorCode()
public void setErrorCode(String ErrorCode)
ErrorCode
- 任务执行错误码
注意:此字段可能返回 null,表示取不到有效值。public String getErrorMessage()
public void setErrorMessage(String ErrorMessage)
ErrorMessage
- 任务执行错误信息
注意:此字段可能返回 null,表示取不到有效值。public Long getTotal()
public void setTotal(Long Total)
Total
- 快照生成图片总数
注意:此字段可能返回 null,表示取不到有效值。public String[] getSnapshots()
public void setSnapshots(String[] Snapshots)
Snapshots
- 快照图片链接列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.