public class ListProcessInstanceIdsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime |
Long |
maxResults |
Long |
nextToken |
String |
processCode |
Long |
startTime |
List<String> |
statuses |
List<String> |
userIds |
| 构造器和说明 |
|---|
ListProcessInstanceIdsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListProcessInstanceIdsRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
Long |
getMaxResults() |
Long |
getNextToken() |
String |
getProcessCode() |
Long |
getStartTime() |
List<String> |
getStatuses() |
List<String> |
getUserIds() |
ListProcessInstanceIdsRequest |
setEndTime(Long endTime) |
ListProcessInstanceIdsRequest |
setMaxResults(Long maxResults) |
ListProcessInstanceIdsRequest |
setNextToken(Long nextToken) |
ListProcessInstanceIdsRequest |
setProcessCode(String processCode) |
ListProcessInstanceIdsRequest |
setStartTime(Long startTime) |
ListProcessInstanceIdsRequest |
setStatuses(List<String> statuses) |
ListProcessInstanceIdsRequest |
setUserIds(List<String> userIds) |
@NameInMap(value="endTime") public Long endTime
@NameInMap(value="maxResults") public Long maxResults
@NameInMap(value="nextToken") public Long nextToken
@NameInMap(value="processCode") public String processCode
@NameInMap(value="startTime") public Long startTime
public static ListProcessInstanceIdsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListProcessInstanceIdsRequest setEndTime(Long endTime)
public Long getEndTime()
public ListProcessInstanceIdsRequest setMaxResults(Long maxResults)
public Long getMaxResults()
public ListProcessInstanceIdsRequest setNextToken(Long nextToken)
public Long getNextToken()
public ListProcessInstanceIdsRequest setProcessCode(String processCode)
public String getProcessCode()
public ListProcessInstanceIdsRequest setStartTime(Long startTime)
public Long getStartTime()
public ListProcessInstanceIdsRequest setStatuses(List<String> statuses)
public ListProcessInstanceIdsRequest setUserIds(List<String> userIds)
Copyright © 2023. All rights reserved.