public class CheckSavepointRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CheckSavepointRequest() | 
| CheckSavepointRequest(CheckSavepointRequest 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 | getJobId()Get 作业 id | 
| Long | getRecordType()Get 快照类型 1: savepoint;2: checkpoint;3: cancelWithSavepoint | 
| String | getSavepointPath()Get 快照路径,目前只支持 cos 路径 | 
| String | getSerialId()Get 快照资源 id | 
| String | getWorkSpaceId()Get 工作空间 id | 
| void | setJobId(String JobId)Set 作业 id | 
| void | setRecordType(Long RecordType)Set 快照类型 1: savepoint;2: checkpoint;3: cancelWithSavepoint | 
| void | setSavepointPath(String SavepointPath)Set 快照路径,目前只支持 cos 路径 | 
| void | setSerialId(String SerialId)Set 快照资源 id | 
| void | setWorkSpaceId(String WorkSpaceId)Set 工作空间 id | 
| 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 CheckSavepointRequest()
public CheckSavepointRequest(CheckSavepointRequest source)
public String getJobId()
public void setJobId(String JobId)
JobId - 作业 idpublic String getSerialId()
public void setSerialId(String SerialId)
SerialId - 快照资源 idpublic Long getRecordType()
public void setRecordType(Long RecordType)
RecordType - 快照类型 1: savepoint;2: checkpoint;3: cancelWithSavepointpublic String getSavepointPath()
public void setSavepointPath(String SavepointPath)
SavepointPath - 快照路径,目前只支持 cos 路径public String getWorkSpaceId()
public void setWorkSpaceId(String WorkSpaceId)
WorkSpaceId - 工作空间 idCopyright © 2025. All rights reserved.