Package protobuf_unittest
Class UnittestProto.TestDupFieldNumber.Bar
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
protobuf_unittest.UnittestProto.TestDupFieldNumber.Bar
- All Implemented Interfaces:
Message<UnittestProto.TestDupFieldNumber.Bar>
- Enclosing class:
- UnittestProto.TestDupFieldNumber
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidclearA()clone()booleanbooleanintgetA()booleanhasA()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) intsetA(int a) 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
-
Bar
public Bar()
-
-
Method Details
-
missingFields
- Overrides:
missingFieldsin classBaseMessage<UnittestProto.TestDupFieldNumber.Bar>
-
clear
public void clear()- Specified by:
clearin interfaceMessage<UnittestProto.TestDupFieldNumber.Bar>- Overrides:
clearin classBaseMessage<UnittestProto.TestDupFieldNumber.Bar>
-
clone
- Specified by:
clonein interfaceMessage<UnittestProto.TestDupFieldNumber.Bar>- Specified by:
clonein classBaseMessage<UnittestProto.TestDupFieldNumber.Bar>
-
mergeFrom
- Specified by:
mergeFromin interfaceMessage<UnittestProto.TestDupFieldNumber.Bar>- Overrides:
mergeFromin classBaseMessage<UnittestProto.TestDupFieldNumber.Bar>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
public UnittestProto.TestDupFieldNumber.Bar mergeUnframed(CodedInputStream input) throws IOException - Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframedin interfaceMessage<UnittestProto.TestDupFieldNumber.Bar>- Overrides:
writeUnframedin classBaseMessage<UnittestProto.TestDupFieldNumber.Bar>- Throws:
IOException
-
parseUnframed
public static UnittestProto.TestDupFieldNumber.Bar parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseUnframed
public static UnittestProto.TestDupFieldNumber.Bar parseUnframed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestDupFieldNumber.Bar parseUnframed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestDupFieldNumber.Bar parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestDupFieldNumber.Bar parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestDupFieldNumber.Bar parseFramed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestDupFieldNumber.Bar parseFramed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestDupFieldNumber.Bar 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()
-