Section.SectionType| Modifier and Type | Method and 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() |
public Header()
public Header(Header other)
public java.lang.Boolean getDurable()
public void setDurable(java.lang.Boolean durable)
public UnsignedByte getPriority()
public void setPriority(UnsignedByte priority)
public UnsignedInteger getTtl()
public void setTtl(UnsignedInteger ttl)
public java.lang.Boolean getFirstAcquirer()
public void setFirstAcquirer(java.lang.Boolean firstAcquirer)
public UnsignedInteger getDeliveryCount()
public void setDeliveryCount(UnsignedInteger deliveryCount)
public java.lang.String toString()
toString in class java.lang.Objectpublic Section.SectionType getType()
getType in interface SectionSection.SectionType that describes this instance.