public class DescribeImagePipelineExecutionsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
DescribeImagePipelineExecutionsResponseBody.DescribeImagePipelineExecutionsResponseBodyImagePipelineExecution |
imagePipelineExecution
Details of the image build task.
|
Integer |
maxResults
The maximum number of entries returned per page.
|
String |
nextToken
The query token returned in this call.
|
String |
requestId
The ID of the request.
|
Integer |
totalCount
The total number of returned image components.
|
构造器和说明 |
---|
DescribeImagePipelineExecutionsResponseBody() |
@NameInMap(value="ImagePipelineExecution") public DescribeImagePipelineExecutionsResponseBody.DescribeImagePipelineExecutionsResponseBodyImagePipelineExecution imagePipelineExecution
Details of the image build task.
@NameInMap(value="MaxResults") public Integer maxResults
The maximum number of entries returned per page.
@NameInMap(value="NextToken") public String nextToken
The query token returned in this call. For information about how to use this return value, see the Description section in this topic.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="TotalCount") public Integer totalCount
The total number of returned image components.
public DescribeImagePipelineExecutionsResponseBody()
public static DescribeImagePipelineExecutionsResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeImagePipelineExecutionsResponseBody setImagePipelineExecution(DescribeImagePipelineExecutionsResponseBody.DescribeImagePipelineExecutionsResponseBodyImagePipelineExecution imagePipelineExecution)
public DescribeImagePipelineExecutionsResponseBody.DescribeImagePipelineExecutionsResponseBodyImagePipelineExecution getImagePipelineExecution()
public DescribeImagePipelineExecutionsResponseBody setMaxResults(Integer maxResults)
public Integer getMaxResults()
public DescribeImagePipelineExecutionsResponseBody setNextToken(String nextToken)
public String getNextToken()
public DescribeImagePipelineExecutionsResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeImagePipelineExecutionsResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2023. All rights reserved.