public class ListLiveSnapshotJobsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
endTime
example:
2022-02-02T23:59:59Z
|
Integer |
pageNo
example:
1
|
Integer |
pageSize
example:
10
|
String |
searchKeyWord
example:
a046-263c-3560-978a-fb287782
|
String |
sortBy
example:
desc
|
String |
startTime
example:
2022-02-02T00:00:00Z
|
String |
status |
构造器和说明 |
---|
ListLiveSnapshotJobsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListLiveSnapshotJobsRequest |
build(Map<String,?> map) |
String |
getEndTime() |
Integer |
getPageNo() |
Integer |
getPageSize() |
String |
getSearchKeyWord() |
String |
getSortBy() |
String |
getStartTime() |
String |
getStatus() |
ListLiveSnapshotJobsRequest |
setEndTime(String endTime) |
ListLiveSnapshotJobsRequest |
setPageNo(Integer pageNo) |
ListLiveSnapshotJobsRequest |
setPageSize(Integer pageSize) |
ListLiveSnapshotJobsRequest |
setSearchKeyWord(String searchKeyWord) |
ListLiveSnapshotJobsRequest |
setSortBy(String sortBy) |
ListLiveSnapshotJobsRequest |
setStartTime(String startTime) |
ListLiveSnapshotJobsRequest |
setStatus(String status) |
@NameInMap(value="EndTime") public String endTime
2022-02-02T23:59:59Z
@NameInMap(value="PageNo") public Integer pageNo
1
@NameInMap(value="PageSize") public Integer pageSize
10
@NameInMap(value="SearchKeyWord") public String searchKeyWord
a046-263c-3560-978a-fb287782
@NameInMap(value="SortBy") public String sortBy
desc
@NameInMap(value="StartTime") public String startTime
2022-02-02T00:00:00Z
@NameInMap(value="Status") public String status
public static ListLiveSnapshotJobsRequest build(Map<String,?> map) throws Exception
Exception
public ListLiveSnapshotJobsRequest setEndTime(String endTime)
public String getEndTime()
public ListLiveSnapshotJobsRequest setPageNo(Integer pageNo)
public Integer getPageNo()
public ListLiveSnapshotJobsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListLiveSnapshotJobsRequest setSearchKeyWord(String searchKeyWord)
public String getSearchKeyWord()
public ListLiveSnapshotJobsRequest setSortBy(String sortBy)
public String getSortBy()
public ListLiveSnapshotJobsRequest setStartTime(String startTime)
public String getStartTime()
public ListLiveSnapshotJobsRequest setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.