public class DescribeResourceRelatedJobsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeResourceRelatedJobsRequest() |
DescribeResourceRelatedJobsRequest(DescribeResourceRelatedJobsRequest 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 |
getDESCByJobConfigCreateTime()
Get 默认0; 1: 按照作业版本创建时间降序
|
Long |
getLimit()
Get 分页大小,默认为20,最大值为100
|
Long |
getOffset()
Get 偏移量,默认为0
|
Long |
getResourceConfigVersion()
Get 资源版本号
|
String |
getResourceId()
Get 资源ID
|
String |
getWorkSpaceId()
Get 工作空间 SerialId
|
void |
setDESCByJobConfigCreateTime(Long DESCByJobConfigCreateTime)
Set 默认0; 1: 按照作业版本创建时间降序
|
void |
setLimit(Long Limit)
Set 分页大小,默认为20,最大值为100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0
|
void |
setResourceConfigVersion(Long ResourceConfigVersion)
Set 资源版本号
|
void |
setResourceId(String ResourceId)
Set 资源ID
|
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 DescribeResourceRelatedJobsRequest()
public DescribeResourceRelatedJobsRequest(DescribeResourceRelatedJobsRequest source)
public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源IDpublic Long getDESCByJobConfigCreateTime()
public void setDESCByJobConfigCreateTime(Long DESCByJobConfigCreateTime)
DESCByJobConfigCreateTime
- 默认0; 1: 按照作业版本创建时间降序public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页大小,默认为20,最大值为100public Long getResourceConfigVersion()
public void setResourceConfigVersion(Long ResourceConfigVersion)
ResourceConfigVersion
- 资源版本号public String getWorkSpaceId()
public void setWorkSpaceId(String WorkSpaceId)
WorkSpaceId
- 工作空间 SerialIdCopyright © 2024. All rights reserved.