public class SnapshotResult extends AbstractModel
header, skipSign
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 Task execution error code.
|
String |
getErrorMessage()
Get Task execution error message.
|
String[] |
getSnapshots()
Get List of URLs of the snapshot images.
|
Long |
getTotal()
Get Number of generated snapshot images.
|
void |
setErrorCode(String ErrorCode)
Set Task execution error code.
|
void |
setErrorMessage(String ErrorMessage)
Set Task execution error message.
|
void |
setSnapshots(String[] Snapshots)
Set List of URLs of the snapshot images.
|
void |
setTotal(Long Total)
Set Number of generated snapshot images.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SnapshotResult()
public SnapshotResult(SnapshotResult source)
public String getErrorCode()
public void setErrorCode(String ErrorCode)
ErrorCode
- Task execution error code.
Note: This parameter may return null, indicating that no valid values can be obtained.public String getErrorMessage()
public void setErrorMessage(String ErrorMessage)
ErrorMessage
- Task execution error message.
Note: This parameter may return null, indicating that no valid values can be obtained.public Long getTotal()
public void setTotal(Long Total)
Total
- Number of generated snapshot images.
Note: This parameter may return null, indicating that no valid values can be obtained.public String[] getSnapshots()
public void setSnapshots(String[] Snapshots)
Snapshots
- List of URLs of the snapshot images.
Note: This parameter may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.