public class BoxMessage extends Object
| Constructor and Description |
|---|
BoxMessage()
Instantiates a new box message.
|
| Modifier and Type | Method and Description |
|---|---|
BoxStyle |
getBoxStyle()
Gets the box style.
|
String |
getMessage()
Gets the message.
|
String |
getTitle()
Gets the title.
|
boolean |
isShow()
Checks if is show.
|
void |
setBoxStyle(BoxStyle boxStyle)
Sets the box style.
|
void |
setMessage(String message)
Sets the message.
|
void |
setShow(boolean show)
Sets the show.
|
void |
setTitle(String title)
Sets the title.
|
public boolean isShow()
public void setShow(boolean show)
show - the new showpublic BoxStyle getBoxStyle()
public void setBoxStyle(BoxStyle boxStyle)
boxStyle - the new box stylepublic String getTitle()
public void setTitle(String title)
title - the new titlepublic String getMessage()
public void setMessage(String message)
message - the new messageCopyright © 2022. All rights reserved.