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>
| 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 |
UnittestProto.TestExtremeDefaultValues
public UnittestProto.TestExtremeDefaultValues()
missingFields
public ArrayList<String> missingFields()
- Overrides:
missingFields in class BaseMessage<UnittestProto.TestExtremeDefaultValues>
clear
public void clear()
- Specified by:
clear in interface Message<UnittestProto.TestExtremeDefaultValues>- Overrides:
clear in class BaseMessage<UnittestProto.TestExtremeDefaultValues>
clone
public UnittestProto.TestExtremeDefaultValues clone()
- Specified by:
clone in interface Message<UnittestProto.TestExtremeDefaultValues>- Specified by:
clone in class BaseMessage<UnittestProto.TestExtremeDefaultValues>
mergeFrom
public UnittestProto.TestExtremeDefaultValues mergeFrom(UnittestProto.TestExtremeDefaultValues other)
- Specified by:
mergeFrom in interface Message<UnittestProto.TestExtremeDefaultValues>- Overrides:
mergeFrom in class BaseMessage<UnittestProto.TestExtremeDefaultValues>
serializedSizeUnframed
public int serializedSizeUnframed()
mergeUnframed
public UnittestProto.TestExtremeDefaultValues mergeUnframed(CodedInputStream input)
throws IOException
- Throws:
IOException
writeUnframed
public void writeUnframed(CodedOutputStream output)
throws IOException
- Specified by:
writeUnframed in interface Message<UnittestProto.TestExtremeDefaultValues>- Overrides:
writeUnframed in class BaseMessage<UnittestProto.TestExtremeDefaultValues>
- Throws:
IOException
parseUnframed
public static UnittestProto.TestExtremeDefaultValues parseUnframed(CodedInputStream data)
throws InvalidProtocolBufferException,
IOException
- 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
- Throws:
InvalidProtocolBufferException
IOException
parseFramed
public static UnittestProto.TestExtremeDefaultValues parseFramed(CodedInputStream data)
throws InvalidProtocolBufferException,
IOException
- 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
- Throws:
InvalidProtocolBufferException
IOException
toString
public String toString()
- Overrides:
toString in class Object
toString
public StringBuilder toString(StringBuilder sb,
String prefix)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
equals
public boolean equals(UnittestProto.TestExtremeDefaultValues obj)
hashCode
public int hashCode()
- Overrides:
hashCode in class 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 String getUtf8String()
setUtf8String
public T setUtf8String(String utf8String)
clearUtf8String
public void clearUtf8String()
Copyright © 2009 FuseSource. All Rights Reserved.