public class DescribeImagePipelineExecutionsResponse
extends com.aliyuncs.AcsResponse
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeImagePipelineExecutionsResponse.ImagePipelineExecutionSet |
构造器和说明 |
---|
DescribeImagePipelineExecutionsResponse() |
限定符和类型 | 方法和说明 |
---|---|
List<DescribeImagePipelineExecutionsResponse.ImagePipelineExecutionSet> |
getImagePipelineExecution() |
DescribeImagePipelineExecutionsResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getRequestId() |
Integer |
getTotalCount() |
void |
setImagePipelineExecution(List<DescribeImagePipelineExecutionsResponse.ImagePipelineExecutionSet> imagePipelineExecution) |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setRequestId(String requestId) |
void |
setTotalCount(Integer totalCount) |
public String getNextToken()
public void setNextToken(String nextToken)
public String getRequestId()
public void setRequestId(String requestId)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public List<DescribeImagePipelineExecutionsResponse.ImagePipelineExecutionSet> getImagePipelineExecution()
public void setImagePipelineExecution(List<DescribeImagePipelineExecutionsResponse.ImagePipelineExecutionSet> imagePipelineExecution)
public DescribeImagePipelineExecutionsResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance
在类中 com.aliyuncs.AcsResponse
Copyright © 2023. All Rights Reserved.