public class QueueHeader extends HashMap<String,String>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
QueueHeader() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getConsumerIndex() |
String |
getGroupName() |
String |
getTopicName() |
int |
hashCode() |
QueueHeader |
setConsumerIndex(Integer consumerIndex) |
QueueHeader |
setGroupName(String groupName) |
QueueHeader |
setTopicName(String topicName) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuestoStringpublic String getTopicName()
public QueueHeader setTopicName(String topicName)
public String getGroupName()
public QueueHeader setGroupName(String groupName)
public Integer getConsumerIndex()
public QueueHeader setConsumerIndex(Integer consumerIndex)
public int hashCode()
Copyright © 2023. All rights reserved.