public static class CreatePipelinesRequest.CreatePipelinesRequestBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
batchDelay |
Integer |
batchSize |
String |
config
This parameter is required.
|
String |
description |
String |
pipelineId
This parameter is required.
|
Integer |
queueCheckPointWrites |
Integer |
queueMaxBytes |
String |
queueType |
Integer |
workers |
构造器和说明 |
---|
CreatePipelinesRequestBody() |
@NameInMap(value="batchDelay") public Integer batchDelay
@NameInMap(value="batchSize") public Integer batchSize
@NameInMap(value="config") public String config
This parameter is required.
@NameInMap(value="description") public String description
@NameInMap(value="pipelineId") public String pipelineId
This parameter is required.
@NameInMap(value="queueCheckPointWrites") public Integer queueCheckPointWrites
@NameInMap(value="queueMaxBytes") public Integer queueMaxBytes
@NameInMap(value="queueType") public String queueType
@NameInMap(value="workers") public Integer workers
public static CreatePipelinesRequest.CreatePipelinesRequestBody build(Map<String,?> map) throws Exception
Exception
public CreatePipelinesRequest.CreatePipelinesRequestBody setBatchDelay(Integer batchDelay)
public Integer getBatchDelay()
public CreatePipelinesRequest.CreatePipelinesRequestBody setBatchSize(Integer batchSize)
public Integer getBatchSize()
public CreatePipelinesRequest.CreatePipelinesRequestBody setConfig(String config)
public String getConfig()
public CreatePipelinesRequest.CreatePipelinesRequestBody setDescription(String description)
public String getDescription()
public CreatePipelinesRequest.CreatePipelinesRequestBody setPipelineId(String pipelineId)
public String getPipelineId()
public CreatePipelinesRequest.CreatePipelinesRequestBody setQueueCheckPointWrites(Integer queueCheckPointWrites)
public Integer getQueueCheckPointWrites()
public CreatePipelinesRequest.CreatePipelinesRequestBody setQueueMaxBytes(Integer queueMaxBytes)
public Integer getQueueMaxBytes()
public CreatePipelinesRequest.CreatePipelinesRequestBody setQueueType(String queueType)
public String getQueueType()
public CreatePipelinesRequest.CreatePipelinesRequestBody setWorkers(Integer workers)
public Integer getWorkers()
Copyright © 2024. All rights reserved.