public class ConfirmationStatus extends Object
| Constructor and Description |
|---|
ConfirmationStatus(Message message,
boolean confirmed,
short code) |
| Modifier and Type | Method and Description |
|---|---|
short |
getCode()
The status code.
|
Message |
getMessage() |
boolean |
isConfirmed()
Whether the message is confirmed or not.
|
public ConfirmationStatus(Message message, boolean confirmed, short code)
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.