public class Consumer extends Object
Consumer()
Consumer(String key, String secret)
boolean
equals(Object o)
String
getDescription()
getKey()
getSecret()
int
hashCode()
void
setDescription(String description)
setKey(String key)
setSecret(String secret)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Consumer()
public Consumer(String key, String secret)
public String getKey()
public void setKey(String key)
public String getSecret()
public void setSecret(String secret)
public String getDescription()
public void setDescription(String description)
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
Apache CXF