Class SimpleConsumeOffsetsSinglePartitionResponse
java.lang.Object
io.confluent.kafkarest.entities.v3.SimpleConsumeOffsetsSinglePartitionResponse
-
Constructor Details
-
SimpleConsumeOffsetsSinglePartitionResponse
public SimpleConsumeOffsetsSinglePartitionResponse()
-
-
Method Details
-
getClusterId
-
getTopicName
-
getPartitionId
-
getNextOffset
-
builder
-
fromJson
public static SimpleConsumeOffsetsSinglePartitionResponse fromJson(String clusterId, String topicName, int partitionId, long nextOffset)
-