public static class DescribeOmsOpenAPIProjectResponse.Data.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 String getEndpointType()
public void setEndpointType(String endpointType)
public String getEndpointId()
public void setEndpointId(String endpointId)
public String getPartitionMode()
public void setPartitionMode(String partitionMode)
public Integer getPartition()
public void setPartition(Integer partition)
public String getSerializerType()
public void setSerializerType(String serializerType)
public String getTopicType()
public void setTopicType(String topicType)
public Boolean getSequenceEnable()
public void setSequenceEnable(Boolean sequenceEnable)
public Long getSequenceStartTimestamp()
public void setSequenceStartTimestamp(Long sequenceStartTimestamp)
public String getProducerGroup()
public void setProducerGroup(String producerGroup)
public String getMsgTags()
public void setMsgTags(String msgTags)
public Boolean getEnableMsgTrace()
public void setEnableMsgTrace(Boolean enableMsgTrace)
public Long getSendMsgTimeout()
public void setSendMsgTimeout(Long sendMsgTimeout)
Copyright © 2023. All Rights Reserved.