org.apache.activemq.protobuf
Class DeferredUnmarshal.Bar
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
org.apache.activemq.protobuf.DeferredDecodeMessage<T>
org.apache.activemq.protobuf.DeferredUnmarshal.Bar
- All Implemented Interfaces:
- Message<DeferredUnmarshal.Bar>
- Enclosing class:
- DeferredUnmarshal
public static final class DeferredUnmarshal.Bar
- extends DeferredDecodeMessage<T>
| Methods inherited from class org.apache.activemq.protobuf.BaseMessage |
addAll, assertInitialized, checktInitialized, computeGroupSize, computeMessageSize, isInitialized, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, prefix, readGroup, readRawByte, readRawVarint32, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedByteArray, writeFramed, writeFramed, writeGroup, writeMessage, writeUnframed |
DeferredUnmarshal.Bar
public DeferredUnmarshal.Bar()
missingFields
public ArrayList<String> missingFields()
- Overrides:
missingFields in class BaseMessage<DeferredUnmarshal.Bar>
clear
public void clear()
- Specified by:
clear in interface Message<DeferredUnmarshal.Bar>- Overrides:
clear in class DeferredDecodeMessage<DeferredUnmarshal.Bar>
clone
public DeferredUnmarshal.Bar clone()
- Specified by:
clone in interface Message<DeferredUnmarshal.Bar>- Specified by:
clone in class BaseMessage<DeferredUnmarshal.Bar>
mergeFrom
public DeferredUnmarshal.Bar mergeFrom(DeferredUnmarshal.Bar other)
- Specified by:
mergeFrom in interface Message<DeferredUnmarshal.Bar>- Overrides:
mergeFrom in class BaseMessage<DeferredUnmarshal.Bar>
serializedSizeUnframed
public int serializedSizeUnframed()
mergeUnframed
public DeferredUnmarshal.Bar mergeUnframed(CodedInputStream input)
throws IOException
- Throws:
IOException
writeUnframed
public void writeUnframed(CodedOutputStream output)
throws IOException
- Specified by:
writeUnframed in interface Message<DeferredUnmarshal.Bar>- Overrides:
writeUnframed in class BaseMessage<DeferredUnmarshal.Bar>
- Throws:
IOException
parseUnframed
public static DeferredUnmarshal.Bar parseUnframed(CodedInputStream data)
throws InvalidProtocolBufferException,
IOException
- Throws:
InvalidProtocolBufferException
IOException
parseUnframed
public static DeferredUnmarshal.Bar parseUnframed(Buffer data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseUnframed
public static DeferredUnmarshal.Bar parseUnframed(byte[] data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseUnframed
public static DeferredUnmarshal.Bar parseUnframed(InputStream data)
throws InvalidProtocolBufferException,
IOException
- Throws:
InvalidProtocolBufferException
IOException
parseFramed
public static DeferredUnmarshal.Bar parseFramed(CodedInputStream data)
throws InvalidProtocolBufferException,
IOException
- Throws:
InvalidProtocolBufferException
IOException
parseFramed
public static DeferredUnmarshal.Bar parseFramed(Buffer data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseFramed
public static DeferredUnmarshal.Bar parseFramed(byte[] data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseFramed
public static DeferredUnmarshal.Bar parseFramed(InputStream data)
throws InvalidProtocolBufferException,
IOException
- Throws:
InvalidProtocolBufferException
IOException
toString
public String toString()
- Overrides:
toString in class Object
toString
public StringBuilder toString(StringBuilder sb,
String prefix)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
equals
public boolean equals(DeferredUnmarshal.Bar obj)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
hasField3
public boolean hasField3()
getField3
public DeferredUnmarshal.Foo getField3()
setField3
public T setField3(DeferredUnmarshal.Foo field3)
clearField3
public void clearField3()
hasField1
public boolean hasField1()
getField1
public int getField1()
setField1
public T setField1(int field1)
clearField1
public void clearField1()
hasField2
public boolean hasField2()
getField2
public long getField2()
setField2
public T setField2(long field2)
clearField2
public void clearField2()
Copyright © 2009 FuseSource. All Rights Reserved.