Package protobuf_unittest
Class UnittestProto.TestFieldOrderings
- java.lang.Object
-
- org.apache.activemq.protobuf.BaseMessage<T>
-
- protobuf_unittest.UnittestProto.TestFieldOrderings
-
- All Implemented Interfaces:
Message<UnittestProto.TestFieldOrderings>
- Enclosing class:
- UnittestProto
public static final class UnittestProto.TestFieldOrderings extends BaseMessage<T>
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
-
-
Constructor Summary
Constructors Constructor Description TestFieldOrderings()
-
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.TestFieldOrderings>
-
clear
public void clear()
- Specified by:
clear
in interfaceMessage<UnittestProto.TestFieldOrderings>
- Overrides:
clear
in classBaseMessage<UnittestProto.TestFieldOrderings>
-
clone
public UnittestProto.TestFieldOrderings clone()
- Specified by:
clone
in interfaceMessage<UnittestProto.TestFieldOrderings>
- Specified by:
clone
in classBaseMessage<UnittestProto.TestFieldOrderings>
-
mergeFrom
public UnittestProto.TestFieldOrderings mergeFrom(UnittestProto.TestFieldOrderings other)
- Specified by:
mergeFrom
in interfaceMessage<UnittestProto.TestFieldOrderings>
- Overrides:
mergeFrom
in classBaseMessage<UnittestProto.TestFieldOrderings>
-
serializedSizeUnframed
public int serializedSizeUnframed()
-
mergeUnframed
public UnittestProto.TestFieldOrderings 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.TestFieldOrderings>
- Overrides:
writeUnframed
in classBaseMessage<UnittestProto.TestFieldOrderings>
- Throws:
java.io.IOException
-
parseUnframed
public static UnittestProto.TestFieldOrderings parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.IOException
-
parseUnframed
public static UnittestProto.TestFieldOrderings parseUnframed(Buffer data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestFieldOrderings parseUnframed(byte[] data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestFieldOrderings parseUnframed(java.io.InputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.IOException
-
parseFramed
public static UnittestProto.TestFieldOrderings parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.IOException
-
parseFramed
public static UnittestProto.TestFieldOrderings parseFramed(Buffer data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestFieldOrderings parseFramed(byte[] data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestFieldOrderings 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.TestFieldOrderings obj)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
hasMyString
public boolean hasMyString()
-
getMyString
public java.lang.String getMyString()
-
setMyString
public T setMyString(java.lang.String myString)
-
clearMyString
public void clearMyString()
-
hasMyInt
public boolean hasMyInt()
-
getMyInt
public long getMyInt()
-
setMyInt
public T setMyInt(long myInt)
-
clearMyInt
public void clearMyInt()
-
hasMyFloat
public boolean hasMyFloat()
-
getMyFloat
public float getMyFloat()
-
setMyFloat
public T setMyFloat(float myFloat)
-
clearMyFloat
public void clearMyFloat()
-
-