Package protobuf_unittest
Class UnittestProto.TestDupFieldNumber
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
protobuf_unittest.UnittestProto.TestDupFieldNumber
- All Implemented Interfaces:
Message<UnittestProto.TestDupFieldNumber>
- Enclosing class:
- UnittestProto
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static final class
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
clearA()
void
clearBar()
void
clearFoo()
clone()
boolean
boolean
int
getA()
getBar()
getFoo()
boolean
hasA()
boolean
hasBar()
boolean
hasFoo()
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) 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
-
TestDupFieldNumber
public TestDupFieldNumber()
-
-
Method Details
-
missingFields
- Overrides:
missingFields
in classBaseMessage<UnittestProto.TestDupFieldNumber>
-
clear
public void clear()- Specified by:
clear
in interfaceMessage<UnittestProto.TestDupFieldNumber>
- Overrides:
clear
in classBaseMessage<UnittestProto.TestDupFieldNumber>
-
clone
- Specified by:
clone
in interfaceMessage<UnittestProto.TestDupFieldNumber>
- Specified by:
clone
in classBaseMessage<UnittestProto.TestDupFieldNumber>
-
mergeFrom
- Specified by:
mergeFrom
in interfaceMessage<UnittestProto.TestDupFieldNumber>
- Overrides:
mergeFrom
in classBaseMessage<UnittestProto.TestDupFieldNumber>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframed
in interfaceMessage<UnittestProto.TestDupFieldNumber>
- Overrides:
writeUnframed
in classBaseMessage<UnittestProto.TestDupFieldNumber>
- Throws:
IOException
-
parseUnframed
public static UnittestProto.TestDupFieldNumber parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseUnframed
public static UnittestProto.TestDupFieldNumber parseUnframed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestDupFieldNumber parseUnframed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestDupFieldNumber parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestDupFieldNumber parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestDupFieldNumber parseFramed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestDupFieldNumber parseFramed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestDupFieldNumber 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() -
hasFoo
public boolean hasFoo() -
getFoo
-
setFoo
-
clearFoo
public void clearFoo() -
hasBar
public boolean hasBar() -
getBar
-
setBar
-
clearBar
public void clearBar()
-