public class ListDeploymentsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
creator |
Long |
endCreateTime |
Long |
endExecuteTime |
String |
executor |
String |
keyword |
Integer |
pageNumber |
Integer |
pageSize |
Long |
projectId |
String |
projectIdentifier |
Integer |
status |
| 构造器和说明 |
|---|
ListDeploymentsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDeploymentsRequest |
build(Map<String,?> map) |
String |
getCreator() |
Long |
getEndCreateTime() |
Long |
getEndExecuteTime() |
String |
getExecutor() |
String |
getKeyword() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
Long |
getProjectId() |
String |
getProjectIdentifier() |
Integer |
getStatus() |
ListDeploymentsRequest |
setCreator(String creator) |
ListDeploymentsRequest |
setEndCreateTime(Long endCreateTime) |
ListDeploymentsRequest |
setEndExecuteTime(Long endExecuteTime) |
ListDeploymentsRequest |
setExecutor(String executor) |
ListDeploymentsRequest |
setKeyword(String keyword) |
ListDeploymentsRequest |
setPageNumber(Integer pageNumber) |
ListDeploymentsRequest |
setPageSize(Integer pageSize) |
ListDeploymentsRequest |
setProjectId(Long projectId) |
ListDeploymentsRequest |
setProjectIdentifier(String projectIdentifier) |
ListDeploymentsRequest |
setStatus(Integer status) |
@NameInMap(value="Creator") public String creator
@NameInMap(value="EndCreateTime") public Long endCreateTime
@NameInMap(value="EndExecuteTime") public Long endExecuteTime
@NameInMap(value="Executor") public String executor
@NameInMap(value="Keyword") public String keyword
@NameInMap(value="PageNumber") public Integer pageNumber
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="ProjectId") public Long projectId
@NameInMap(value="ProjectIdentifier") public String projectIdentifier
@NameInMap(value="Status") public Integer status
public static ListDeploymentsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListDeploymentsRequest setCreator(String creator)
public String getCreator()
public ListDeploymentsRequest setEndCreateTime(Long endCreateTime)
public Long getEndCreateTime()
public ListDeploymentsRequest setEndExecuteTime(Long endExecuteTime)
public Long getEndExecuteTime()
public ListDeploymentsRequest setExecutor(String executor)
public String getExecutor()
public ListDeploymentsRequest setKeyword(String keyword)
public String getKeyword()
public ListDeploymentsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public ListDeploymentsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public ListDeploymentsRequest setProjectId(Long projectId)
public Long getProjectId()
public ListDeploymentsRequest setProjectIdentifier(String projectIdentifier)
public String getProjectIdentifier()
public ListDeploymentsRequest setStatus(Integer status)
public Integer getStatus()
Copyright © 2021. All rights reserved.