public static class DescribePipelineResponseBody.DescribePipelineResponseBodyResult
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
batchDelay
The time when the pipeline was created.
|
Integer |
batchSize |
String |
config
The description of the pipeline.
|
String |
description
The state of the MPS queue.
|
String |
gmtCreatedTime |
String |
gmtUpdateTime
The total capacity of the queue in bytes.
|
String |
pipelineId
Number of queue checkpoint writes.
|
String |
pipelineStatus |
Integer |
queueCheckPointWrites
Pipeline batch delay.
|
Integer |
queueMaxBytes
The number of pipeline workers.
|
String |
queueType
The specific configuration of the pipeline.
|
Integer |
workers
The size of the pipeline batch.
|
构造器和说明 |
---|
DescribePipelineResponseBodyResult() |
@NameInMap(value="batchDelay") public Integer batchDelay
The time when the pipeline was created.
@NameInMap(value="batchSize") public Integer batchSize
@NameInMap(value="config") public String config
The description of the pipeline.
@NameInMap(value="description") public String description
The state of the MPS queue. Valid values:
* NOT_DEPLOYED: The node is not deployed.
* RUNNING
* DELETED: Deleted. The console does not display this status.
@NameInMap(value="gmtCreatedTime") public String gmtCreatedTime
@NameInMap(value="gmtUpdateTime") public String gmtUpdateTime
The total capacity of the queue in bytes. Unit: MB.
@NameInMap(value="pipelineId") public String pipelineId
Number of queue checkpoint writes.
@NameInMap(value="pipelineStatus") public String pipelineStatus
@NameInMap(value="queueCheckPointWrites") public Integer queueCheckPointWrites
Pipeline batch delay. Unit: milliseconds.
@NameInMap(value="queueMaxBytes") public Integer queueMaxBytes
The number of pipeline workers.
@NameInMap(value="queueType") public String queueType
The specific configuration of the pipeline.
@NameInMap(value="workers") public Integer workers
The size of the pipeline batch.
public static DescribePipelineResponseBody.DescribePipelineResponseBodyResult build(Map<String,?> map) throws Exception
Exception
public DescribePipelineResponseBody.DescribePipelineResponseBodyResult setBatchDelay(Integer batchDelay)
public Integer getBatchDelay()
public DescribePipelineResponseBody.DescribePipelineResponseBodyResult setBatchSize(Integer batchSize)
public Integer getBatchSize()
public DescribePipelineResponseBody.DescribePipelineResponseBodyResult setConfig(String config)
public String getConfig()
public DescribePipelineResponseBody.DescribePipelineResponseBodyResult setDescription(String description)
public String getDescription()
public DescribePipelineResponseBody.DescribePipelineResponseBodyResult setGmtCreatedTime(String gmtCreatedTime)
public String getGmtCreatedTime()
public DescribePipelineResponseBody.DescribePipelineResponseBodyResult setGmtUpdateTime(String gmtUpdateTime)
public String getGmtUpdateTime()
public DescribePipelineResponseBody.DescribePipelineResponseBodyResult setPipelineId(String pipelineId)
public String getPipelineId()
public DescribePipelineResponseBody.DescribePipelineResponseBodyResult setPipelineStatus(String pipelineStatus)
public String getPipelineStatus()
public DescribePipelineResponseBody.DescribePipelineResponseBodyResult setQueueCheckPointWrites(Integer queueCheckPointWrites)
public Integer getQueueCheckPointWrites()
public DescribePipelineResponseBody.DescribePipelineResponseBodyResult setQueueMaxBytes(Integer queueMaxBytes)
public Integer getQueueMaxBytes()
public DescribePipelineResponseBody.DescribePipelineResponseBodyResult setQueueType(String queueType)
public String getQueueType()
public DescribePipelineResponseBody.DescribePipelineResponseBodyResult setWorkers(Integer workers)
public Integer getWorkers()
Copyright © 2024. All rights reserved.