public class ConsumerKey extends Object implements Serializable
ConsumerKey()
ConsumerKey(String consumerId, String topic, String tag)
boolean
equals(Object obj)
String
getConsumerId()
getTag()
getTopic()
int
hashCode()
void
setConsumerId(String consumerId)
setTag(String tag)
setTopic(String topic)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ConsumerKey()
public ConsumerKey(String consumerId, String topic, String tag)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String getConsumerId()
public void setConsumerId(String consumerId)
public String getTopic()
public void setTopic(String topic)
public String getTag()
public void setTag(String tag)
public String toString()
toString
Copyright © 2018. All rights reserved.