public class WorkflowExecutionInfos
extends java.lang.Object
implements java.io.Serializable
Contains a paginated list of information about workflow executions.
| コンストラクタと説明 |
|---|
WorkflowExecutionInfos() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<WorkflowExecutionInfo> |
getExecutionInfos()
The list of workflow information structures.
|
java.lang.String |
getNextPageToken()
The token of the next page in the result.
|
int |
hashCode() |
void |
setExecutionInfos(java.util.Collection<WorkflowExecutionInfo> executionInfos)
The list of workflow information structures.
|
void |
setNextPageToken(java.lang.String nextPageToken)
The token of the next page in the result.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
WorkflowExecutionInfos |
withExecutionInfos(java.util.Collection<WorkflowExecutionInfo> executionInfos)
The list of workflow information structures.
|
WorkflowExecutionInfos |
withExecutionInfos(WorkflowExecutionInfo... executionInfos)
The list of workflow information structures.
|
WorkflowExecutionInfos |
withNextPageToken(java.lang.String nextPageToken)
The token of the next page in the result.
|
public java.util.List<WorkflowExecutionInfo> getExecutionInfos()
public void setExecutionInfos(java.util.Collection<WorkflowExecutionInfo> executionInfos)
executionInfos - The list of workflow information structures.public WorkflowExecutionInfos withExecutionInfos(WorkflowExecutionInfo... executionInfos)
Returns a reference to this object so that method calls can be chained together.
executionInfos - The list of workflow information structures.public WorkflowExecutionInfos withExecutionInfos(java.util.Collection<WorkflowExecutionInfo> executionInfos)
Returns a reference to this object so that method calls can be chained together.
executionInfos - The list of workflow information structures.public java.lang.String getNextPageToken()
Constraints:
Length: 0 - 2048
public void setNextPageToken(java.lang.String nextPageToken)
Constraints:
Length: 0 - 2048
nextPageToken - The token of the next page in the result. If set, the results have
more than one page. The next page can be retrieved by repeating the
request with this token and all other arguments unchanged.public WorkflowExecutionInfos withNextPageToken(java.lang.String nextPageToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 2048
nextPageToken - The token of the next page in the result. If set, the results have
more than one page. The next page can be retrieved by repeating the
request with this token and all other arguments unchanged.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object