public class InfoFormParameters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
text
Текст сообщения
|
private java.lang.String |
title
Заголовок
|
private InfoFormType |
type
Тип сообщения
|
| Constructor and Description |
|---|
InfoFormParameters(java.lang.String title,
java.lang.String text,
InfoFormType type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText() |
java.lang.String |
getTitle() |
InfoFormType |
getType() |
private java.lang.String title
private java.lang.String text
private InfoFormType type
public InfoFormParameters(java.lang.String title,
java.lang.String text,
InfoFormType type)
public java.lang.String getTitle()
public java.lang.String getText()
public InfoFormType getType()