Class AmqpValue
- java.lang.Object
-
- org.apache.qpid.proton.amqp.messaging.AmqpValue
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.qpid.proton.amqp.messaging.Section
Section.SectionType
-
-
Constructor Summary
Constructors Constructor Description AmqpValue(java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Section.SectionType
getType()
java.lang.Object
getValue()
java.lang.String
toString()
-
-
-
Method Detail
-
getValue
public java.lang.Object 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.
-
-