public class BenchmarkMessage extends Object
| Constructor and Description |
|---|
BenchmarkMessage()
Create a new message.
|
BenchmarkMessage(String text,
boolean confidential)
Create a new message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getText()
Get the text.
|
boolean |
isConfidential()
Set the confidential flag.
|
void |
setConfidential(boolean confidential)
Set the confidential flag.
|
void |
setText(String text)
Set the text.
|
public BenchmarkMessage()
public BenchmarkMessage(String text, boolean confidential)
public String getText()
public void setText(String text)
text - The text to set.public boolean isConfidential()
public void setConfidential(boolean confidential)
confidential - the confidential to set.Copyright © 2013. All Rights Reserved.