public class GetSnapshotUrlsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
jobId
example:
20b48fb04483915d4f2cd8ac
|
String |
orderBy
example:
Asc
|
Integer |
pageNumber
example:
1
|
Integer |
pageSize
example:
10
|
Long |
timeout
example:
3600
|
构造器和说明 |
---|
GetSnapshotUrlsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetSnapshotUrlsRequest |
build(Map<String,?> map) |
String |
getJobId() |
String |
getOrderBy() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
Long |
getTimeout() |
GetSnapshotUrlsRequest |
setJobId(String jobId) |
GetSnapshotUrlsRequest |
setOrderBy(String orderBy) |
GetSnapshotUrlsRequest |
setPageNumber(Integer pageNumber) |
GetSnapshotUrlsRequest |
setPageSize(Integer pageSize) |
GetSnapshotUrlsRequest |
setTimeout(Long timeout) |
@NameInMap(value="JobId") public String jobId
20b48fb04483915d4f2cd8ac
@NameInMap(value="OrderBy") public String orderBy
Asc
@NameInMap(value="PageNumber") public Integer pageNumber
1
@NameInMap(value="PageSize") public Integer pageSize
10
@NameInMap(value="Timeout") public Long timeout
3600
public static GetSnapshotUrlsRequest build(Map<String,?> map) throws Exception
Exception
public GetSnapshotUrlsRequest setJobId(String jobId)
public String getJobId()
public GetSnapshotUrlsRequest setOrderBy(String orderBy)
public String getOrderBy()
public GetSnapshotUrlsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public GetSnapshotUrlsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public GetSnapshotUrlsRequest setTimeout(Long timeout)
public Long getTimeout()
Copyright © 2024. All rights reserved.