protobuf_unittest
Class UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
protobuf_unittest.UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- All Implemented Interfaces:
- Message<UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize>
- Enclosing class:
- UnittestEmbedOptimizeFor
public static final class UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
- 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 |
UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize
public UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize()
missingFields
public ArrayList<String> missingFields()
- Overrides:
missingFields in class BaseMessage<UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize>
clear
public void clear()
- Specified by:
clear in interface Message<UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize>- Overrides:
clear in class BaseMessage<UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize>
clone
public UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize clone()
- Specified by:
clone in interface Message<UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize>- Specified by:
clone in class BaseMessage<UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize>
mergeFrom
public UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize mergeFrom(UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize other)
- Specified by:
mergeFrom in interface Message<UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize>- Overrides:
mergeFrom in class BaseMessage<UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize>
serializedSizeUnframed
public int serializedSizeUnframed()
mergeUnframed
public UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize mergeUnframed(CodedInputStream input)
throws IOException
- Throws:
IOException
writeUnframed
public void writeUnframed(CodedOutputStream output)
throws IOException
- Specified by:
writeUnframed in interface Message<UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize>- Overrides:
writeUnframed in class BaseMessage<UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize>
- Throws:
IOException
parseUnframed
public static UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize parseUnframed(CodedInputStream data)
throws InvalidProtocolBufferException,
IOException
- Throws:
InvalidProtocolBufferException
IOException
parseUnframed
public static UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize parseUnframed(Buffer data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseUnframed
public static UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize parseUnframed(byte[] data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseUnframed
public static UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize parseUnframed(InputStream data)
throws InvalidProtocolBufferException,
IOException
- Throws:
InvalidProtocolBufferException
IOException
parseFramed
public static UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize parseFramed(CodedInputStream data)
throws InvalidProtocolBufferException,
IOException
- Throws:
InvalidProtocolBufferException
IOException
parseFramed
public static UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize parseFramed(Buffer data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseFramed
public static UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize parseFramed(byte[] data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseFramed
public static UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize 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(UnittestEmbedOptimizeFor.TestEmbedOptimizedForSize obj)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
hasOptionalMessage
public boolean hasOptionalMessage()
getOptionalMessage
public UnittestOptimizeFor.TestOptimizedForSize getOptionalMessage()
setOptionalMessage
public T setOptionalMessage(UnittestOptimizeFor.TestOptimizedForSize optionalMessage)
clearOptionalMessage
public void clearOptionalMessage()
hasRepeatedMessage
public boolean hasRepeatedMessage()
getRepeatedMessageList
public List<UnittestOptimizeFor.TestOptimizedForSize> getRepeatedMessageList()
setRepeatedMessageList
public T setRepeatedMessageList(List<UnittestOptimizeFor.TestOptimizedForSize> repeatedMessage)
getRepeatedMessageCount
public int getRepeatedMessageCount()
getRepeatedMessage
public UnittestOptimizeFor.TestOptimizedForSize getRepeatedMessage(int index)
setRepeatedMessage
public T setRepeatedMessage(int index,
UnittestOptimizeFor.TestOptimizedForSize value)
addRepeatedMessage
public T addRepeatedMessage(UnittestOptimizeFor.TestOptimizedForSize value)
addAllRepeatedMessage
public T addAllRepeatedMessage(Iterable<? extends UnittestOptimizeFor.TestOptimizedForSize> collection)
clearRepeatedMessage
public void clearRepeatedMessage()
Copyright © 2009 FuseSource. All Rights Reserved.