public class DescribeJobSavepointRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeJobSavepointRequest() |
DescribeJobSavepointRequest(DescribeJobSavepointRequest 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 作业 SerialId
|
Long |
getLimit()
Get 分页参数,单页总数
|
Long |
getOffset()
Get 分页参数,偏移量
|
Long[] |
getRecordTypes()
Get 2 是checkpoint
1 是触发savepoint
3 停止触发的savepoint
|
String |
getWorkSpaceId()
Get 工作空间 SerialId
|
void |
setJobId(String JobId)
Set 作业 SerialId
|
void |
setLimit(Long Limit)
Set 分页参数,单页总数
|
void |
setOffset(Long Offset)
Set 分页参数,偏移量
|
void |
setRecordTypes(Long[] RecordTypes)
Set 2 是checkpoint
1 是触发savepoint
3 停止触发的savepoint
|
void |
setWorkSpaceId(String WorkSpaceId)
Set 工作空间 SerialId
|
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, toJsonString
public DescribeJobSavepointRequest()
public DescribeJobSavepointRequest(DescribeJobSavepointRequest source)
public String getJobId()
public void setJobId(String JobId)
JobId
- 作业 SerialIdpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页参数,单页总数public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页参数,偏移量public String getWorkSpaceId()
public void setWorkSpaceId(String WorkSpaceId)
WorkSpaceId
- 工作空间 SerialIdpublic Long[] getRecordTypes()
public void setRecordTypes(Long[] RecordTypes)
RecordTypes
- 2 是checkpoint
1 是触发savepoint
3 停止触发的savepointCopyright © 2024. All rights reserved.