public class BenchmarkMessage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
confidential
The confidential flag.
|
protected java.lang.String |
text
The message text.
|
| Constructor and Description |
|---|
BenchmarkMessage()
Create a new message.
|
BenchmarkMessage(java.lang.String text,
boolean confidential)
Create a new message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText()
Get the text.
|
boolean |
isConfidential()
Set the confidential flag.
|
void |
setConfidential(boolean confidential)
Set the confidential flag.
|
void |
setText(java.lang.String text)
Set the text.
|
protected java.lang.String text
protected boolean confidential
public BenchmarkMessage()
public BenchmarkMessage(java.lang.String text,
boolean confidential)
public java.lang.String getText()
public void setText(java.lang.String text)
text - The text to set.public boolean isConfidential()
public void setConfidential(boolean confidential)
confidential - the confidential to set.