Class Footer
- java.lang.Object
-
- org.apache.qpid.protonj2.types.messaging.Footer
-
-
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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Footercopy()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 Footer copy()
-
getType
public Section.SectionType getType()
-
-