public class DescribeWorkflowExecuteByIdRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeWorkflowExecuteByIdRequest() |
DescribeWorkflowExecuteByIdRequest(DescribeWorkflowExecuteByIdRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getPageNumber()
Get Page size
|
Long |
getPageSize()
Get Pagination index
|
String |
getProjectId()
Get Project ID
|
String |
getWorkFlowIdList()
Get Workflow ID
|
void |
setPageNumber(Long PageNumber)
Set Page size
|
void |
setPageSize(Long PageSize)
Set Pagination index
|
void |
setProjectId(String ProjectId)
Set Project ID
|
void |
setWorkFlowIdList(String WorkFlowIdList)
Set Workflow ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeWorkflowExecuteByIdRequest()
public DescribeWorkflowExecuteByIdRequest(DescribeWorkflowExecuteByIdRequest source)
public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project IDpublic String getWorkFlowIdList()
public void setWorkFlowIdList(String WorkFlowIdList)
WorkFlowIdList
- Workflow IDpublic Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- Page sizepublic Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Pagination indexCopyright © 2024. All rights reserved.