Package protobuf_unittest
Class UnittestMset.TestMessageSet
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<UnittestMset.TestMessageSet>
protobuf_unittest.UnittestMset.TestMessageSet
- All Implemented Interfaces:
Message<UnittestMset.TestMessageSet>
- Enclosing class:
UnittestMset
public static final class UnittestMset.TestMessageSet
extends BaseMessage<UnittestMset.TestMessageSet>
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
clone()
boolean
boolean
int
hashCode()
mergeUnframed
(CodedInputStream input) static UnittestMset.TestMessageSet
parseFramed
(byte[] data) static UnittestMset.TestMessageSet
parseFramed
(InputStream data) static UnittestMset.TestMessageSet
parseFramed
(Buffer data) static UnittestMset.TestMessageSet
parseFramed
(CodedInputStream data) static UnittestMset.TestMessageSet
parseUnframed
(byte[] data) static UnittestMset.TestMessageSet
parseUnframed
(InputStream data) static UnittestMset.TestMessageSet
parseUnframed
(Buffer data) static UnittestMset.TestMessageSet
int
toString()
toString
(StringBuilder sb, String prefix) void
writeUnframed
(CodedOutputStream output) Methods inherited from class org.apache.activemq.protobuf.BaseMessage
addAll, assertInitialized, checktInitialized, computeGroupSize, computeMessageSize, isInitialized, load, loadAndClear, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, prefix, readGroup, readRawByte, readRawVarint32, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeGroup, writeMessage, writeUnframed
-
Constructor Details
-
TestMessageSet
public TestMessageSet()
-
-
Method Details
-
missingFields
- Overrides:
missingFields
in classBaseMessage<UnittestMset.TestMessageSet>
-
clear
public void clear()- Specified by:
clear
in interfaceMessage<UnittestMset.TestMessageSet>
- Overrides:
clear
in classBaseMessage<UnittestMset.TestMessageSet>
-
clone
- Specified by:
clone
in interfaceMessage<UnittestMset.TestMessageSet>
- Specified by:
clone
in classBaseMessage<UnittestMset.TestMessageSet>
-
mergeFrom
- Specified by:
mergeFrom
in interfaceMessage<UnittestMset.TestMessageSet>
- Overrides:
mergeFrom
in classBaseMessage<UnittestMset.TestMessageSet>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframed
in interfaceMessage<UnittestMset.TestMessageSet>
- Overrides:
writeUnframed
in classBaseMessage<UnittestMset.TestMessageSet>
- Throws:
IOException
-
parseUnframed
public static UnittestMset.TestMessageSet parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseUnframed
public static UnittestMset.TestMessageSet parseUnframed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestMset.TestMessageSet parseUnframed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestMset.TestMessageSet parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestMset.TestMessageSet parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestMset.TestMessageSet parseFramed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestMset.TestMessageSet parseFramed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestMset.TestMessageSet parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException -
toString
-
toString
-
equals
-
equals
-
hashCode
public int hashCode()
-