public class RetryCreateSnapshotRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
RetryCreateSnapshotRequest()  | 
RetryCreateSnapshotRequest(RetryCreateSnapshotRequest 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 | 
|---|---|
Long | 
getFixId()
Get Fix task ID 
 | 
Long | 
getId()
Get Unique ID of the snapshot returned by the task progress 
 | 
String | 
getQuuid()
Get Host QUUID 
 | 
void | 
setFixId(Long FixId)
Set Fix task ID 
 | 
void | 
setId(Long Id)
Set Unique ID of the snapshot returned by the task progress 
 | 
void | 
setQuuid(String Quuid)
Set Host QUUID 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RetryCreateSnapshotRequest()
public RetryCreateSnapshotRequest(RetryCreateSnapshotRequest source)
public Long getFixId()
public void setFixId(Long FixId)
FixId - Fix task IDpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid - Host QUUIDpublic Long getId()
public void setId(Long Id)
Id - Unique ID of the snapshot returned by the task progressCopyright © 2025. All rights reserved.