public class CompareTaskInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CompareTaskInfo() | 
| CompareTaskInfo(CompareTaskInfo 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 | getCompareTaskId()Get 一致性校验任务Id | 
| String | getStatus()Get 一致性校验结果,包括:unstart(未启动)、running(校验中)、canceled(已终止)、failed(校验任务失败)、inconsistent(不一致)、consistent(一致)、notexist(不存在校验任务) | 
| void | setCompareTaskId(String CompareTaskId)Set 一致性校验任务Id | 
| void | setStatus(String Status)Set 一致性校验结果,包括:unstart(未启动)、running(校验中)、canceled(已终止)、failed(校验任务失败)、inconsistent(不一致)、consistent(一致)、notexist(不存在校验任务) | 
| 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 CompareTaskInfo()
public CompareTaskInfo(CompareTaskInfo source)
public String getCompareTaskId()
public void setCompareTaskId(String CompareTaskId)
CompareTaskId - 一致性校验任务Idpublic String getStatus()
public void setStatus(String Status)
Status - 一致性校验结果,包括:unstart(未启动)、running(校验中)、canceled(已终止)、failed(校验任务失败)、inconsistent(不一致)、consistent(一致)、notexist(不存在校验任务)Copyright © 2025. All rights reserved.