public static final class CollectionRecord.Bean extends Object implements CollectionRecord.Getter
| Constructor and Description |
|---|
CollectionRecord.Bean() |
CollectionRecord.Bean(CollectionRecord.Bean copy) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clearKey() |
void |
clearMeta() |
void |
clearType() |
CollectionRecord.Bean |
copy() |
boolean |
equals(CollectionRecord.Bean obj) |
boolean |
equals(Object obj) |
CollectionRecord.Buffer |
freeze() |
boolean |
frozen() |
long |
getKey() |
org.fusesource.hawtbuf.Buffer |
getMeta() |
int |
getType() |
int |
hashCode() |
boolean |
hasKey() |
boolean |
hasMeta() |
boolean |
hasType() |
CollectionRecord.Bean |
mergeFrom(CollectionRecord.Getter other) |
CollectionRecord.Bean |
mergeUnframed(org.fusesource.hawtbuf.proto.CodedInputStream input) |
CollectionRecord.Bean |
mergeUnframed(InputStream input) |
void |
readExternal(DataInput in) |
CollectionRecord.Bean |
setKey(long key) |
CollectionRecord.Bean |
setMeta(org.fusesource.hawtbuf.Buffer meta) |
CollectionRecord.Bean |
setType(int type) |
String |
toString() |
StringBuilder |
toString(StringBuilder sb,
String prefix) |
void |
writeExternal(DataOutput out) |
public CollectionRecord.Bean()
public CollectionRecord.Bean(CollectionRecord.Bean copy)
public CollectionRecord.Bean copy()
copy in interface CollectionRecord.Gettercopy in interface org.fusesource.hawtbuf.proto.PBMessage<CollectionRecord.Bean,CollectionRecord.Buffer>public boolean frozen()
frozen in interface org.fusesource.hawtbuf.proto.PBMessage<CollectionRecord.Bean,CollectionRecord.Buffer>public CollectionRecord.Buffer freeze()
freeze in interface CollectionRecord.Getterfreeze in interface org.fusesource.hawtbuf.proto.PBMessage<CollectionRecord.Bean,CollectionRecord.Buffer>public boolean hasKey()
hasKey in interface CollectionRecord.Getterpublic long getKey()
getKey in interface CollectionRecord.Getterpublic CollectionRecord.Bean setKey(long key)
public void clearKey()
public boolean hasType()
hasType in interface CollectionRecord.Getterpublic int getType()
getType in interface CollectionRecord.Getterpublic CollectionRecord.Bean setType(int type)
public void clearType()
public boolean hasMeta()
hasMeta in interface CollectionRecord.Getterpublic org.fusesource.hawtbuf.Buffer getMeta()
getMeta in interface CollectionRecord.Getterpublic CollectionRecord.Bean setMeta(org.fusesource.hawtbuf.Buffer meta)
public void clearMeta()
public StringBuilder toString(StringBuilder sb, String prefix)
toString in interface CollectionRecord.Getterpublic CollectionRecord.Bean mergeUnframed(InputStream input) throws IOException
IOExceptionpublic CollectionRecord.Bean mergeUnframed(org.fusesource.hawtbuf.proto.CodedInputStream input) throws IOException
IOExceptionpublic boolean equals(CollectionRecord.Bean obj)
public CollectionRecord.Bean mergeFrom(CollectionRecord.Getter other)
public void clear()
public void readExternal(DataInput in) throws IOException
IOExceptionpublic void writeExternal(DataOutput out) throws IOException
IOExceptionCopyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.