Class Header
- java.lang.Object
-
- org.apache.qpid.proton.amqp.messaging.Header
-
-
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 UnsignedIntegergetDeliveryCount()java.lang.BooleangetDurable()java.lang.BooleangetFirstAcquirer()UnsignedBytegetPriority()UnsignedIntegergetTtl()Section.SectionTypegetType()voidsetDeliveryCount(UnsignedInteger deliveryCount)voidsetDurable(java.lang.Boolean durable)voidsetFirstAcquirer(java.lang.Boolean firstAcquirer)voidsetPriority(UnsignedByte priority)voidsetTtl(UnsignedInteger ttl)java.lang.StringtoString()
-
-
-
Constructor Detail
-
Header
public Header()
-
Header
public Header(Header other)
-
-
Method Detail
-
getDurable
public java.lang.Boolean getDurable()
-
setDurable
public void setDurable(java.lang.Boolean durable)
-
getPriority
public UnsignedByte getPriority()
-
setPriority
public void setPriority(UnsignedByte priority)
-
getTtl
public UnsignedInteger getTtl()
-
setTtl
public void setTtl(UnsignedInteger ttl)
-
getFirstAcquirer
public java.lang.Boolean getFirstAcquirer()
-
setFirstAcquirer
public void setFirstAcquirer(java.lang.Boolean firstAcquirer)
-
getDeliveryCount
public UnsignedInteger getDeliveryCount()
-
setDeliveryCount
public void setDeliveryCount(UnsignedInteger deliveryCount)
-
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.
-
-