public class Topic extends Object implements Serializable, Comparable<Topic>
Topic(String topic, QoS qoS)
int
compareTo(Topic o)
boolean
equals(Object o)
QoS
getQoS()
String
getTopic()
hashCode()
static Topic
topicFromString(String s)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Topic(@NotNull String topic, @Nullable QoS qoS)
public static Topic topicFromString(@NotNull String s)
@NotNull public String getTopic()
@Nullable public QoS getQoS()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
public int compareTo(Topic o)
compareTo
Comparable<Topic>
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.