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