Package 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>
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.protobuf.DeferredDecodeMessage
decoded, encodedForm
-
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
-
-
Constructor Summary
Constructors Constructor Description Bar()
-
Method Summary
-
Methods inherited from class org.apache.activemq.protobuf.DeferredDecodeMessage
isDecoded, isEncoded, load, loadAndClear, mergeFramed, mergeUnframed, toUnframedBuffer
-
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
-
-
-
-
Method Detail
-
missingFields
public java.util.ArrayList<java.lang.String> missingFields()
- Overrides:
missingFields
in classBaseMessage<DeferredUnmarshal.Bar>
-
clear
public void clear()
- Specified by:
clear
in interfaceMessage<DeferredUnmarshal.Bar>
- Overrides:
clear
in classDeferredDecodeMessage<DeferredUnmarshal.Bar>
-
clone
public DeferredUnmarshal.Bar clone()
- Specified by:
clone
in interfaceMessage<DeferredUnmarshal.Bar>
- Specified by:
clone
in classBaseMessage<DeferredUnmarshal.Bar>
-
mergeFrom
public DeferredUnmarshal.Bar mergeFrom(DeferredUnmarshal.Bar other)
- Specified by:
mergeFrom
in interfaceMessage<DeferredUnmarshal.Bar>
- Overrides:
mergeFrom
in classBaseMessage<DeferredUnmarshal.Bar>
-
serializedSizeUnframed
public int serializedSizeUnframed()
-
mergeUnframed
public DeferredUnmarshal.Bar mergeUnframed(CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
writeUnframed
public void writeUnframed(CodedOutputStream output) throws java.io.IOException
- Specified by:
writeUnframed
in interfaceMessage<DeferredUnmarshal.Bar>
- Overrides:
writeUnframed
in classBaseMessage<DeferredUnmarshal.Bar>
- Throws:
java.io.IOException
-
parseUnframed
public static DeferredUnmarshal.Bar parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.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(java.io.InputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.IOException
-
parseFramed
public static DeferredUnmarshal.Bar parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.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(java.io.InputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
toString
public java.lang.StringBuilder toString(java.lang.StringBuilder sb, java.lang.String prefix)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(DeferredUnmarshal.Bar obj)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.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()
-
-