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 修复任务id | 
| Long | getId()Get 任务进度返回的快照唯一Id | 
| String | getQuuid()Get 主机quuid | 
| void | setFixId(Long FixId)Set 修复任务id | 
| void | setId(Long Id)Set 任务进度返回的快照唯一Id | 
| void | setQuuid(String Quuid)Set 主机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 - 修复任务idpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid - 主机quuidpublic Long getId()
public void setId(Long Id)
Id - 任务进度返回的快照唯一IdCopyright © 2025. All rights reserved.