protobuf_unittest
Class UnittestProto.TestCamelCaseFieldNames
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
protobuf_unittest.UnittestProto.TestCamelCaseFieldNames
- All Implemented Interfaces:
- Message<UnittestProto.TestCamelCaseFieldNames>
- Enclosing class:
- UnittestProto
public static final class UnittestProto.TestCamelCaseFieldNames
- 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.TestCamelCaseFieldNames
public UnittestProto.TestCamelCaseFieldNames()
missingFields
public ArrayList<String> missingFields()
- Overrides:
missingFields in class BaseMessage<UnittestProto.TestCamelCaseFieldNames>
clear
public void clear()
- Specified by:
clear in interface Message<UnittestProto.TestCamelCaseFieldNames>- Overrides:
clear in class BaseMessage<UnittestProto.TestCamelCaseFieldNames>
clone
public UnittestProto.TestCamelCaseFieldNames clone()
- Specified by:
clone in interface Message<UnittestProto.TestCamelCaseFieldNames>- Specified by:
clone in class BaseMessage<UnittestProto.TestCamelCaseFieldNames>
mergeFrom
public UnittestProto.TestCamelCaseFieldNames mergeFrom(UnittestProto.TestCamelCaseFieldNames other)
- Specified by:
mergeFrom in interface Message<UnittestProto.TestCamelCaseFieldNames>- Overrides:
mergeFrom in class BaseMessage<UnittestProto.TestCamelCaseFieldNames>
serializedSizeUnframed
public int serializedSizeUnframed()
mergeUnframed
public UnittestProto.TestCamelCaseFieldNames mergeUnframed(CodedInputStream input)
throws IOException
- Throws:
IOException
writeUnframed
public void writeUnframed(CodedOutputStream output)
throws IOException
- Specified by:
writeUnframed in interface Message<UnittestProto.TestCamelCaseFieldNames>- Overrides:
writeUnframed in class BaseMessage<UnittestProto.TestCamelCaseFieldNames>
- Throws:
IOException
parseUnframed
public static UnittestProto.TestCamelCaseFieldNames parseUnframed(CodedInputStream data)
throws InvalidProtocolBufferException,
IOException
- Throws:
InvalidProtocolBufferException
IOException
parseUnframed
public static UnittestProto.TestCamelCaseFieldNames parseUnframed(Buffer data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseUnframed
public static UnittestProto.TestCamelCaseFieldNames parseUnframed(byte[] data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseUnframed
public static UnittestProto.TestCamelCaseFieldNames parseUnframed(InputStream data)
throws InvalidProtocolBufferException,
IOException
- Throws:
InvalidProtocolBufferException
IOException
parseFramed
public static UnittestProto.TestCamelCaseFieldNames parseFramed(CodedInputStream data)
throws InvalidProtocolBufferException,
IOException
- Throws:
InvalidProtocolBufferException
IOException
parseFramed
public static UnittestProto.TestCamelCaseFieldNames parseFramed(Buffer data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseFramed
public static UnittestProto.TestCamelCaseFieldNames parseFramed(byte[] data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseFramed
public static UnittestProto.TestCamelCaseFieldNames 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.TestCamelCaseFieldNames obj)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
hasPrimitiveField
public boolean hasPrimitiveField()
getPrimitiveField
public int getPrimitiveField()
setPrimitiveField
public T setPrimitiveField(int primitiveField)
clearPrimitiveField
public void clearPrimitiveField()
hasStringField
public boolean hasStringField()
getStringField
public String getStringField()
setStringField
public T setStringField(String stringField)
clearStringField
public void clearStringField()
hasEnumField
public boolean hasEnumField()
getEnumField
public UnittestProto.ForeignEnum getEnumField()
setEnumField
public T setEnumField(UnittestProto.ForeignEnum enumField)
clearEnumField
public void clearEnumField()
hasMessageField
public boolean hasMessageField()
getMessageField
public UnittestProto.ForeignMessage getMessageField()
setMessageField
public T setMessageField(UnittestProto.ForeignMessage messageField)
clearMessageField
public void clearMessageField()
hasStringPieceField
public boolean hasStringPieceField()
getStringPieceField
public String getStringPieceField()
setStringPieceField
public T setStringPieceField(String stringPieceField)
clearStringPieceField
public void clearStringPieceField()
hasCordField
public boolean hasCordField()
getCordField
public String getCordField()
setCordField
public T setCordField(String cordField)
clearCordField
public void clearCordField()
hasRepeatedPrimitiveField
public boolean hasRepeatedPrimitiveField()
getRepeatedPrimitiveFieldList
public List<Integer> getRepeatedPrimitiveFieldList()
setRepeatedPrimitiveFieldList
public T setRepeatedPrimitiveFieldList(List<Integer> repeatedPrimitiveField)
getRepeatedPrimitiveFieldCount
public int getRepeatedPrimitiveFieldCount()
getRepeatedPrimitiveField
public Integer getRepeatedPrimitiveField(int index)
setRepeatedPrimitiveField
public T setRepeatedPrimitiveField(int index,
Integer value)
addRepeatedPrimitiveField
public T addRepeatedPrimitiveField(Integer value)
addAllRepeatedPrimitiveField
public T addAllRepeatedPrimitiveField(Iterable<? extends Integer> collection)
clearRepeatedPrimitiveField
public void clearRepeatedPrimitiveField()
hasRepeatedStringField
public boolean hasRepeatedStringField()
getRepeatedStringFieldList
public List<String> getRepeatedStringFieldList()
setRepeatedStringFieldList
public T setRepeatedStringFieldList(List<String> repeatedStringField)
getRepeatedStringFieldCount
public int getRepeatedStringFieldCount()
getRepeatedStringField
public String getRepeatedStringField(int index)
setRepeatedStringField
public T setRepeatedStringField(int index,
String value)
addRepeatedStringField
public T addRepeatedStringField(String value)
addAllRepeatedStringField
public T addAllRepeatedStringField(Iterable<? extends String> collection)
clearRepeatedStringField
public void clearRepeatedStringField()
hasRepeatedEnumField
public boolean hasRepeatedEnumField()
getRepeatedEnumFieldList
public List<UnittestProto.ForeignEnum> getRepeatedEnumFieldList()
setRepeatedEnumFieldList
public T setRepeatedEnumFieldList(List<UnittestProto.ForeignEnum> repeatedEnumField)
getRepeatedEnumFieldCount
public int getRepeatedEnumFieldCount()
getRepeatedEnumField
public UnittestProto.ForeignEnum getRepeatedEnumField(int index)
setRepeatedEnumField
public T setRepeatedEnumField(int index,
UnittestProto.ForeignEnum value)
addRepeatedEnumField
public T addRepeatedEnumField(UnittestProto.ForeignEnum value)
addAllRepeatedEnumField
public T addAllRepeatedEnumField(Iterable<? extends UnittestProto.ForeignEnum> collection)
clearRepeatedEnumField
public void clearRepeatedEnumField()
hasRepeatedMessageField
public boolean hasRepeatedMessageField()
getRepeatedMessageFieldList
public List<UnittestProto.ForeignMessage> getRepeatedMessageFieldList()
setRepeatedMessageFieldList
public T setRepeatedMessageFieldList(List<UnittestProto.ForeignMessage> repeatedMessageField)
getRepeatedMessageFieldCount
public int getRepeatedMessageFieldCount()
getRepeatedMessageField
public UnittestProto.ForeignMessage getRepeatedMessageField(int index)
setRepeatedMessageField
public T setRepeatedMessageField(int index,
UnittestProto.ForeignMessage value)
addRepeatedMessageField
public T addRepeatedMessageField(UnittestProto.ForeignMessage value)
addAllRepeatedMessageField
public T addAllRepeatedMessageField(Iterable<? extends UnittestProto.ForeignMessage> collection)
clearRepeatedMessageField
public void clearRepeatedMessageField()
hasRepeatedStringPieceField
public boolean hasRepeatedStringPieceField()
getRepeatedStringPieceFieldList
public List<String> getRepeatedStringPieceFieldList()
setRepeatedStringPieceFieldList
public T setRepeatedStringPieceFieldList(List<String> repeatedStringPieceField)
getRepeatedStringPieceFieldCount
public int getRepeatedStringPieceFieldCount()
getRepeatedStringPieceField
public String getRepeatedStringPieceField(int index)
setRepeatedStringPieceField
public T setRepeatedStringPieceField(int index,
String value)
addRepeatedStringPieceField
public T addRepeatedStringPieceField(String value)
addAllRepeatedStringPieceField
public T addAllRepeatedStringPieceField(Iterable<? extends String> collection)
clearRepeatedStringPieceField
public void clearRepeatedStringPieceField()
hasRepeatedCordField
public boolean hasRepeatedCordField()
getRepeatedCordFieldList
public List<String> getRepeatedCordFieldList()
setRepeatedCordFieldList
public T setRepeatedCordFieldList(List<String> repeatedCordField)
getRepeatedCordFieldCount
public int getRepeatedCordFieldCount()
getRepeatedCordField
public String getRepeatedCordField(int index)
setRepeatedCordField
public T setRepeatedCordField(int index,
String value)
addRepeatedCordField
public T addRepeatedCordField(String value)
addAllRepeatedCordField
public T addAllRepeatedCordField(Iterable<? extends String> collection)
clearRepeatedCordField
public void clearRepeatedCordField()
Copyright © 2009 FuseSource. All Rights Reserved.