Package protobuf_unittest
Class UnittestProto.TestExtremeDefaultValues
- java.lang.Object
-
- org.apache.activemq.protobuf.BaseMessage<T>
-
- protobuf_unittest.UnittestProto.TestExtremeDefaultValues
-
- All Implemented Interfaces:
Message<UnittestProto.TestExtremeDefaultValues>
- Enclosing class:
- UnittestProto
public static final class UnittestProto.TestExtremeDefaultValues extends BaseMessage<T>
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
-
-
Constructor Summary
Constructors Constructor Description TestExtremeDefaultValues()
-
Method Summary
-
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
-
-
-
-
Method Detail
-
missingFields
public java.util.ArrayList<java.lang.String> 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
public 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 java.io.IOException
- Throws:
java.io.IOException
-
writeUnframed
public void writeUnframed(CodedOutputStream output) throws java.io.IOException
- Specified by:
writeUnframed
in interfaceMessage<UnittestProto.TestExtremeDefaultValues>
- Overrides:
writeUnframed
in classBaseMessage<UnittestProto.TestExtremeDefaultValues>
- Throws:
java.io.IOException
-
parseUnframed
public static UnittestProto.TestExtremeDefaultValues parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.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(java.io.InputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.IOException
-
parseFramed
public static UnittestProto.TestExtremeDefaultValues parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.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(java.io.InputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
toString
public java.lang.StringBuilder toString(java.lang.StringBuilder sb, java.lang.String prefix)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(UnittestProto.TestExtremeDefaultValues obj)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
hasEscapedBytes
public boolean hasEscapedBytes()
-
getEscapedBytes
public Buffer getEscapedBytes()
-
setEscapedBytes
public T setEscapedBytes(Buffer escapedBytes)
-
clearEscapedBytes
public void clearEscapedBytes()
-
hasLargeUint32
public boolean hasLargeUint32()
-
getLargeUint32
public int getLargeUint32()
-
setLargeUint32
public T setLargeUint32(int largeUint32)
-
clearLargeUint32
public void clearLargeUint32()
-
hasLargeUint64
public boolean hasLargeUint64()
-
getLargeUint64
public long getLargeUint64()
-
setLargeUint64
public T setLargeUint64(long largeUint64)
-
clearLargeUint64
public void clearLargeUint64()
-
hasSmallInt32
public boolean hasSmallInt32()
-
getSmallInt32
public int getSmallInt32()
-
setSmallInt32
public T setSmallInt32(int smallInt32)
-
clearSmallInt32
public void clearSmallInt32()
-
hasSmallInt64
public boolean hasSmallInt64()
-
getSmallInt64
public long getSmallInt64()
-
setSmallInt64
public T setSmallInt64(long smallInt64)
-
clearSmallInt64
public void clearSmallInt64()
-
hasUtf8String
public boolean hasUtf8String()
-
getUtf8String
public java.lang.String getUtf8String()
-
setUtf8String
public T setUtf8String(java.lang.String utf8String)
-
clearUtf8String
public void clearUtf8String()
-
-