Class Footer
- java.lang.Object
-
- org.apache.qpid.proton.amqp.messaging.Footer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.qpid.proton.amqp.messaging.Section
Section.SectionType
-
-
Constructor Summary
Constructors Constructor Description Footer(java.util.Map value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Section.SectionType
getType()
java.util.Map
getValue()
java.lang.String
toString()
-
-
-
Method Detail
-
getValue
public java.util.Map getValue()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getType
public Section.SectionType getType()
- Specified by:
getType
in interfaceSection
- Returns:
- the
Section.SectionType
that describes this instance.
-
-