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.SectionTypegetType()BinarygetValue()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Data
public Data(Binary value)
-
-
Method Detail
-
getValue
public Binary 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.
-
-