Package protobuf_unittest
Class UnittestProto.TestAllTypes.NestedMessage
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
protobuf_unittest.UnittestProto.TestAllTypes.NestedMessage
- All Implemented Interfaces:
Message<UnittestProto.TestAllTypes.NestedMessage>
- Enclosing class:
- UnittestProto.TestAllTypes
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidclearBb()clone()booleanbooleanintgetBb()booleanhasBb()inthashCode()mergeUnframed(CodedInputStream input) parseFramed(byte[] data) parseFramed(InputStream data) parseFramed(Buffer data) parseFramed(CodedInputStream data) parseUnframed(byte[] data) parseUnframed(InputStream data) parseUnframed(Buffer data) intsetBb(int bb) toString()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
-
NestedMessage
public NestedMessage()
-
-
Method Details
-
missingFields
- Overrides:
missingFieldsin classBaseMessage<UnittestProto.TestAllTypes.NestedMessage>
-
clear
public void clear()- Specified by:
clearin interfaceMessage<UnittestProto.TestAllTypes.NestedMessage>- Overrides:
clearin classBaseMessage<UnittestProto.TestAllTypes.NestedMessage>
-
clone
- Specified by:
clonein interfaceMessage<UnittestProto.TestAllTypes.NestedMessage>- Specified by:
clonein classBaseMessage<UnittestProto.TestAllTypes.NestedMessage>
-
mergeFrom
public UnittestProto.TestAllTypes.NestedMessage mergeFrom(UnittestProto.TestAllTypes.NestedMessage other) - Specified by:
mergeFromin interfaceMessage<UnittestProto.TestAllTypes.NestedMessage>- Overrides:
mergeFromin classBaseMessage<UnittestProto.TestAllTypes.NestedMessage>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
public UnittestProto.TestAllTypes.NestedMessage mergeUnframed(CodedInputStream input) throws IOException - Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframedin interfaceMessage<UnittestProto.TestAllTypes.NestedMessage>- Overrides:
writeUnframedin classBaseMessage<UnittestProto.TestAllTypes.NestedMessage>- Throws:
IOException
-
parseUnframed
public static UnittestProto.TestAllTypes.NestedMessage parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseUnframed
public static UnittestProto.TestAllTypes.NestedMessage parseUnframed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestAllTypes.NestedMessage parseUnframed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestAllTypes.NestedMessage parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestAllTypes.NestedMessage parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestAllTypes.NestedMessage parseFramed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestAllTypes.NestedMessage parseFramed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestAllTypes.NestedMessage parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException -
toString
-
toString
-
equals
-
equals
-
hashCode
public int hashCode() -
hasBb
public boolean hasBb() -
getBb
public int getBb() -
setBb
-
clearBb
public void clearBb()
-