public class AckReport extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AckReport.AckStatus |
Constructor and Description |
---|
AckReport() |
Modifier and Type | Method and Description |
---|---|
Long |
getMessageId() |
String |
getReason() |
AckReport.AckStatus |
getStatus() |
void |
setMessageId(Long messageId) |
void |
setReason(String reason) |
void |
setStatus(AckReport.AckStatus status) |
public AckReport.AckStatus getStatus()
public void setStatus(AckReport.AckStatus status)
public String getReason()
public void setReason(String reason)
public Long getMessageId()
public void setMessageId(Long messageId)
Copyright © 2022 Apache Software Foundation. All rights reserved.