Package protobuf_unittest
Class UnittestProto.TestExtremeDefaultValues
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<UnittestProto.TestExtremeDefaultValues>
protobuf_unittest.UnittestProto.TestExtremeDefaultValues
- All Implemented Interfaces:
Message<UnittestProto.TestExtremeDefaultValues>
- Enclosing class:
UnittestProto
public static final class UnittestProto.TestExtremeDefaultValues
extends BaseMessage<UnittestProto.TestExtremeDefaultValues>
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
void
void
void
void
void
clone()
boolean
boolean
int
long
int
long
boolean
int
hashCode()
boolean
boolean
boolean
boolean
boolean
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
setEscapedBytes
(Buffer escapedBytes) setLargeUint32
(int largeUint32) setLargeUint64
(long largeUint64) setSmallInt32
(int smallInt32) setSmallInt64
(long smallInt64) setUtf8String
(String utf8String) 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
-
TestExtremeDefaultValues
public TestExtremeDefaultValues()
-
-
Method Details
-
missingFields
- Overrides:
missingFields
in classBaseMessage<UnittestProto.TestExtremeDefaultValues>
-
clear
public void clear()- Specified by:
clear
in interfaceMessage<UnittestProto.TestExtremeDefaultValues>
- Overrides:
clear
in classBaseMessage<UnittestProto.TestExtremeDefaultValues>
-
clone
- Specified by:
clone
in interfaceMessage<UnittestProto.TestExtremeDefaultValues>
- Specified by:
clone
in classBaseMessage<UnittestProto.TestExtremeDefaultValues>
-
mergeFrom
public UnittestProto.TestExtremeDefaultValues mergeFrom(UnittestProto.TestExtremeDefaultValues other) - Specified by:
mergeFrom
in interfaceMessage<UnittestProto.TestExtremeDefaultValues>
- Overrides:
mergeFrom
in classBaseMessage<UnittestProto.TestExtremeDefaultValues>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
public UnittestProto.TestExtremeDefaultValues mergeUnframed(CodedInputStream input) throws IOException - Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframed
in interfaceMessage<UnittestProto.TestExtremeDefaultValues>
- Overrides:
writeUnframed
in classBaseMessage<UnittestProto.TestExtremeDefaultValues>
- Throws:
IOException
-
parseUnframed
public static UnittestProto.TestExtremeDefaultValues parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseUnframed
public static UnittestProto.TestExtremeDefaultValues parseUnframed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestExtremeDefaultValues parseUnframed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestExtremeDefaultValues parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestExtremeDefaultValues parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestExtremeDefaultValues parseFramed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestExtremeDefaultValues parseFramed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestExtremeDefaultValues parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException -
toString
-
toString
-
equals
-
equals
-
hashCode
public int hashCode() -
hasEscapedBytes
public boolean hasEscapedBytes() -
getEscapedBytes
-
setEscapedBytes
-
clearEscapedBytes
public void clearEscapedBytes() -
hasLargeUint32
public boolean hasLargeUint32() -
getLargeUint32
public int getLargeUint32() -
setLargeUint32
-
clearLargeUint32
public void clearLargeUint32() -
hasLargeUint64
public boolean hasLargeUint64() -
getLargeUint64
public long getLargeUint64() -
setLargeUint64
-
clearLargeUint64
public void clearLargeUint64() -
hasSmallInt32
public boolean hasSmallInt32() -
getSmallInt32
public int getSmallInt32() -
setSmallInt32
-
clearSmallInt32
public void clearSmallInt32() -
hasSmallInt64
public boolean hasSmallInt64() -
getSmallInt64
public long getSmallInt64() -
setSmallInt64
-
clearSmallInt64
public void clearSmallInt64() -
hasUtf8String
public boolean hasUtf8String() -
getUtf8String
-
setUtf8String
-
clearUtf8String
public void clearUtf8String()
-