Class DeliveryAnnotations
- java.lang.Object
-
- org.apache.qpid.protonj2.types.messaging.DeliveryAnnotations
-
-
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 DeliveryAnnotations(Map<Symbol,?> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliveryAnnotationscopy()booleanequals(Object obj)Section.SectionTypegetType()Map<Symbol,Object>getValue()inthashCode()StringtoString()
-
-
-
Field Detail
-
DESCRIPTOR_CODE
public static final UnsignedLong DESCRIPTOR_CODE
-
DESCRIPTOR_SYMBOL
public static final Symbol DESCRIPTOR_SYMBOL
-
-
Method Detail
-
copy
public DeliveryAnnotations copy()
-
getType
public Section.SectionType getType()
-
-