Package protobuf_unittest
Class UnittestMset.TestMessageSet
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
protobuf_unittest.UnittestMset.TestMessageSet
- All Implemented Interfaces:
Message<UnittestMset.TestMessageSet>
- Enclosing class:
- UnittestMset
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()clone()booleanbooleaninthashCode()mergeUnframed(CodedInputStream input) static UnittestMset.TestMessageSetparseFramed(byte[] data) static UnittestMset.TestMessageSetparseFramed(InputStream data) static UnittestMset.TestMessageSetparseFramed(Buffer data) static UnittestMset.TestMessageSetparseFramed(CodedInputStream data) static UnittestMset.TestMessageSetparseUnframed(byte[] data) static UnittestMset.TestMessageSetparseUnframed(InputStream data) static UnittestMset.TestMessageSetparseUnframed(Buffer data) static UnittestMset.TestMessageSetinttoString()toString(StringBuilder sb, String prefix) voidwriteUnframed(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:
missingFieldsin classBaseMessage<UnittestMset.TestMessageSet>
-
clear
public void clear()- Specified by:
clearin interfaceMessage<UnittestMset.TestMessageSet>- Overrides:
clearin classBaseMessage<UnittestMset.TestMessageSet>
-
clone
- Specified by:
clonein interfaceMessage<UnittestMset.TestMessageSet>- Specified by:
clonein classBaseMessage<UnittestMset.TestMessageSet>
-
mergeFrom
- Specified by:
mergeFromin interfaceMessage<UnittestMset.TestMessageSet>- Overrides:
mergeFromin classBaseMessage<UnittestMset.TestMessageSet>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframedin interfaceMessage<UnittestMset.TestMessageSet>- Overrides:
writeUnframedin 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()
-