public static final class TopicPB.Bean extends Object implements TopicPB.Getter
| Constructor and Description |
|---|
TopicPB.Bean() |
TopicPB.Bean(TopicPB.Bean copy) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearAddress() |
void |
clearName() |
void |
clearQos() |
TopicPB.Bean |
copy() |
boolean |
equals(Object obj) |
boolean |
equals(TopicPB.Bean obj) |
TopicPB.Buffer |
freeze() |
boolean |
frozen() |
org.fusesource.hawtbuf.UTF8Buffer |
getAddress() |
org.fusesource.hawtbuf.UTF8Buffer |
getName() |
int |
getQos() |
boolean |
hasAddress() |
int |
hashCode() |
boolean |
hasName() |
boolean |
hasQos() |
TopicPB.Bean |
mergeFrom(TopicPB.Getter other) |
TopicPB.Bean |
mergeUnframed(org.fusesource.hawtbuf.proto.CodedInputStream input) |
TopicPB.Bean |
mergeUnframed(InputStream input) |
void |
readExternal(DataInput in) |
TopicPB.Bean |
setAddress(org.fusesource.hawtbuf.UTF8Buffer address) |
TopicPB.Bean |
setName(org.fusesource.hawtbuf.UTF8Buffer name) |
TopicPB.Bean |
setQos(int qos) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb,
String prefix) |
void |
writeExternal(DataOutput out) |
public TopicPB.Bean()
public TopicPB.Bean(TopicPB.Bean copy)
public TopicPB.Bean copy()
copy in interface TopicPB.Gettercopy in interface org.fusesource.hawtbuf.proto.PBMessage<TopicPB.Bean,TopicPB.Buffer>public boolean frozen()
frozen in interface org.fusesource.hawtbuf.proto.PBMessage<TopicPB.Bean,TopicPB.Buffer>public TopicPB.Buffer freeze()
freeze in interface TopicPB.Getterfreeze in interface org.fusesource.hawtbuf.proto.PBMessage<TopicPB.Bean,TopicPB.Buffer>public boolean hasName()
hasName in interface TopicPB.Getterpublic org.fusesource.hawtbuf.UTF8Buffer getName()
getName in interface TopicPB.Getterpublic TopicPB.Bean setName(org.fusesource.hawtbuf.UTF8Buffer name)
public void clearName()
public boolean hasQos()
hasQos in interface TopicPB.Getterpublic int getQos()
getQos in interface TopicPB.Getterpublic TopicPB.Bean setQos(int qos)
public void clearQos()
public boolean hasAddress()
hasAddress in interface TopicPB.Getterpublic org.fusesource.hawtbuf.UTF8Buffer getAddress()
getAddress in interface TopicPB.Getterpublic TopicPB.Bean setAddress(org.fusesource.hawtbuf.UTF8Buffer address)
public void clearAddress()
public StringBuilder toString(StringBuilder sb, String prefix)
toString in interface TopicPB.Getterpublic TopicPB.Bean mergeUnframed(InputStream input) throws IOException
IOExceptionpublic TopicPB.Bean mergeUnframed(org.fusesource.hawtbuf.proto.CodedInputStream input) throws IOException
IOExceptionpublic boolean equals(TopicPB.Bean obj)
public TopicPB.Bean mergeFrom(TopicPB.Getter other)
public void clear()
public void readExternal(DataInput in) throws IOException
IOExceptionpublic void writeExternal(DataOutput out) throws IOException
IOExceptionCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.