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