public class ListBatchJobRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListBatchJobRequest() |
ListBatchJobRequest(ListBatchJobRequest 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 |
getEndOperateTime()
Get 截止操作时间
|
String |
getJobType()
Get 操作类型
|
String |
getOwnerId()
Get 操作人Id
|
Long |
getPage()
Get 分页,页码
|
String |
getProjectId()
Get 项目id
|
Long |
getSize()
Get 分页,页内条数
|
String |
getSortItem()
Get 排序字段,如创建时间:
CreateTime
|
String |
getSortType()
Get 按更新时间排序排序
--desc
--asc
默认desc
|
String |
getStartOperateTime()
Get 开始操作时间
|
void |
setEndOperateTime(String EndOperateTime)
Set 截止操作时间
|
void |
setJobType(String JobType)
Set 操作类型
|
void |
setOwnerId(String OwnerId)
Set 操作人Id
|
void |
setPage(Long Page)
Set 分页,页码
|
void |
setProjectId(String ProjectId)
Set 项目id
|
void |
setSize(Long Size)
Set 分页,页内条数
|
void |
setSortItem(String SortItem)
Set 排序字段,如创建时间:
CreateTime
|
void |
setSortType(String SortType)
Set 按更新时间排序排序
--desc
--asc
默认desc
|
void |
setStartOperateTime(String StartOperateTime)
Set 开始操作时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ListBatchJobRequest()
public ListBatchJobRequest(ListBatchJobRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目idpublic String getJobType()
public void setJobType(String JobType)
JobType
- 操作类型public String getOwnerId()
public void setOwnerId(String OwnerId)
OwnerId
- 操作人Idpublic String getStartOperateTime()
public void setStartOperateTime(String StartOperateTime)
StartOperateTime
- 开始操作时间public String getEndOperateTime()
public void setEndOperateTime(String EndOperateTime)
EndOperateTime
- 截止操作时间public Long getPage()
public void setPage(Long Page)
Page
- 分页,页码public Long getSize()
public void setSize(Long Size)
Size
- 分页,页内条数public String getSortType()
public void setSortType(String SortType)
SortType
- 按更新时间排序排序
--desc
--asc
默认descpublic String getSortItem()
public void setSortItem(String SortItem)
SortItem
- 排序字段,如创建时间:
CreateTimeCopyright © 2024. All rights reserved.