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