public static class CreateOmsOpenAPIProjectRequest.SourceConfig extends Object
| 构造器和说明 |
|---|
SourceConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getEnableMsgTrace() |
String |
getEndpointId() |
String |
getEndpointType() |
String |
getMsgTags() |
Integer |
getPartition() |
String |
getPartitionMode() |
String |
getProducerGroup() |
Long |
getSendMsgTimeout() |
Boolean |
getSequenceEnable() |
Long |
getSequenceStartTimestamp() |
String |
getSerializerType() |
String |
getTopicType() |
void |
setEnableMsgTrace(Boolean enableMsgTrace) |
void |
setEndpointId(String endpointId) |
void |
setEndpointType(String endpointType) |
void |
setMsgTags(String msgTags) |
void |
setPartition(Integer partition) |
void |
setPartitionMode(String partitionMode) |
void |
setProducerGroup(String producerGroup) |
void |
setSendMsgTimeout(Long sendMsgTimeout) |
void |
setSequenceEnable(Boolean sequenceEnable) |
void |
setSequenceStartTimestamp(Long sequenceStartTimestamp) |
void |
setSerializerType(String serializerType) |
void |
setTopicType(String topicType) |
public Long getSendMsgTimeout()
public void setSendMsgTimeout(Long sendMsgTimeout)
public Long getSequenceStartTimestamp()
public void setSequenceStartTimestamp(Long sequenceStartTimestamp)
public Integer getPartition()
public void setPartition(Integer partition)
public String getSerializerType()
public void setSerializerType(String serializerType)
public String getEndpointType()
public void setEndpointType(String endpointType)
public String getEndpointId()
public void setEndpointId(String endpointId)
public Boolean getSequenceEnable()
public void setSequenceEnable(Boolean sequenceEnable)
public String getPartitionMode()
public void setPartitionMode(String partitionMode)
public Boolean getEnableMsgTrace()
public void setEnableMsgTrace(Boolean enableMsgTrace)
public String getTopicType()
public void setTopicType(String topicType)
public String getMsgTags()
public void setMsgTags(String msgTags)
public String getProducerGroup()
public void setProducerGroup(String producerGroup)
Copyright © 2023. All Rights Reserved.