Class AmqpSequence<E>
- java.lang.Object
-
- org.apache.qpid.protonj2.types.messaging.AmqpSequence<E>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.qpid.protonj2.types.messaging.Section
Section.SectionType
-
-
Field Summary
Fields Modifier and Type Field Description static UnsignedLongDESCRIPTOR_CODEstatic SymbolDESCRIPTOR_SYMBOL
-
Constructor Summary
Constructors Constructor Description AmqpSequence(java.util.List<E> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AmqpSequence<E>copy()booleanequals(java.lang.Object obj)Section.SectionTypegetType()java.util.List<E>getValue()inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
DESCRIPTOR_CODE
public static final UnsignedLong DESCRIPTOR_CODE
-
DESCRIPTOR_SYMBOL
public static final Symbol DESCRIPTOR_SYMBOL
-
-
Constructor Detail
-
AmqpSequence
public AmqpSequence(java.util.List<E> value)
-
-
Method Detail
-
getValue
public java.util.List<E> getValue()
-
copy
public AmqpSequence<E> copy()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getType
public Section.SectionType getType()
- Specified by:
getTypein interfaceSection<E>- Returns:
- the
Section.SectionTypethat describes this instance.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-