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 UnsignedInteger
getDeliveryCount()
java.lang.Boolean
getDurable()
java.lang.Boolean
getFirstAcquirer()
UnsignedByte
getPriority()
UnsignedInteger
getTtl()
Section.SectionType
getType()
void
setDeliveryCount(UnsignedInteger deliveryCount)
void
setDurable(java.lang.Boolean durable)
void
setFirstAcquirer(java.lang.Boolean firstAcquirer)
void
setPriority(UnsignedByte priority)
void
setTtl(UnsignedInteger ttl)
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
getType
public Section.SectionType getType()
- Specified by:
getType
in interfaceSection
- Returns:
- the
Section.SectionType
that describes this instance.
-
-