public class MediaWorkflowExecutionsResponse extends CiServiceResult
| Constructor and Description |
|---|
MediaWorkflowExecutionsResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNextToken() |
String |
getRequestId()
get requestid for this upload
|
List<MediaWorkflowExecutionObject> |
getWorkflowExecutionList() |
void |
setNextToken(String nextToken) |
void |
setRequestId(String requestId)
set requestId for this upload
|
void |
setWorkflowExecutionList(List<MediaWorkflowExecutionObject> workflowExecutionList) |
String |
toString() |
public List<MediaWorkflowExecutionObject> getWorkflowExecutionList()
public void setWorkflowExecutionList(List<MediaWorkflowExecutionObject> workflowExecutionList)
public String getRequestId()
CosServiceResultgetRequestId in class CosServiceResultpublic void setRequestId(String requestId)
CosServiceResultsetRequestId in class CosServiceResultrequestId - the requestId for the uploadpublic String getNextToken()
public void setNextToken(String nextToken)
Copyright © 2023. All rights reserved.