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
-
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
void
void
clone()
boolean
boolean
int
long
boolean
boolean
boolean
int
hashCode()
mergeFrom
(DeferredUnmarshal.Bar other) mergeUnframed
(CodedInputStream input) static DeferredUnmarshal.Bar
parseFramed
(byte[] data) static DeferredUnmarshal.Bar
parseFramed
(InputStream data) static DeferredUnmarshal.Bar
parseFramed
(Buffer data) static DeferredUnmarshal.Bar
parseFramed
(CodedInputStream data) static DeferredUnmarshal.Bar
parseUnframed
(byte[] data) static DeferredUnmarshal.Bar
parseUnframed
(InputStream data) static DeferredUnmarshal.Bar
parseUnframed
(Buffer data) static DeferredUnmarshal.Bar
int
setField1
(int field1) setField2
(long field2) setField3
(DeferredUnmarshal.Foo field3) toString()
toString
(StringBuilder sb, String prefix) void
writeUnframed
(CodedOutputStream output) 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
-
Constructor Details
-
Bar
public Bar()
-
-
Method Details
-
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
- Specified by:
clone
in interfaceMessage<DeferredUnmarshal.Bar>
- Specified by:
clone
in classBaseMessage<DeferredUnmarshal.Bar>
-
mergeFrom
- Specified by:
mergeFrom
in interfaceMessage<DeferredUnmarshal.Bar>
- Overrides:
mergeFrom
in classBaseMessage<DeferredUnmarshal.Bar>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframed
in interfaceMessage<DeferredUnmarshal.Bar>
- Overrides:
writeUnframed
in classBaseMessage<DeferredUnmarshal.Bar>
- Throws:
IOException
-
parseUnframed
public static DeferredUnmarshal.Bar parseUnframed(CodedInputStream data) 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 -
parseFramed
public static DeferredUnmarshal.Bar parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
- Throws:
InvalidProtocolBufferException
-
parseFramed
- Throws:
InvalidProtocolBufferException
-
parseFramed
public static DeferredUnmarshal.Bar parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException -
toString
-
toString
-
equals
-
equals
-
hashCode
public int hashCode() -
hasField3
public boolean hasField3() -
getField3
-
setField3
-
clearField3
public void clearField3() -
hasField1
public boolean hasField1() -
getField1
public int getField1() -
setField1
-
clearField1
public void clearField1() -
hasField2
public boolean hasField2() -
getField2
public long getField2() -
setField2
-
clearField2
public void clearField2()
-