public static final class CollectionRecord.Bean extends java.lang.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(java.lang.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(java.io.InputStream input) |
void |
readExternal(java.io.DataInput in) |
CollectionRecord.Bean |
setKey(long key) |
CollectionRecord.Bean |
setMeta(org.fusesource.hawtbuf.Buffer meta) |
CollectionRecord.Bean |
setType(int type) |
java.lang.String |
toString() |
java.lang.StringBuilder |
toString(java.lang.StringBuilder sb,
java.lang.String prefix) |
void |
writeExternal(java.io.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 java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.StringBuilder toString(java.lang.StringBuilder sb,
java.lang.String prefix)
toString in interface CollectionRecord.Getterpublic CollectionRecord.Bean mergeUnframed(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic CollectionRecord.Bean mergeUnframed(org.fusesource.hawtbuf.proto.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic boolean equals(CollectionRecord.Bean obj)
public int hashCode()
hashCode in class java.lang.Objectpublic CollectionRecord.Bean mergeFrom(CollectionRecord.Getter other)
public void clear()
public void readExternal(java.io.DataInput in)
throws java.io.IOException
java.io.IOExceptionpublic void writeExternal(java.io.DataOutput out)
throws java.io.IOException
java.io.IOExceptionCopyright © 2005-2016 Red Hat, Inc.. All Rights Reserved.