public class MessagingInsightBaseRecord extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
The description.
|
protected String |
id
The id.
|
protected String |
name
The name.
|
protected String |
period
The period.
|
protected String |
title
The title.
|
| Constructor and Description |
|---|
MessagingInsightBaseRecord() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Gets the
description. |
String |
getId()
Gets the
id. |
String |
getName()
Gets the
name. |
String |
getPeriod()
Gets the
period. |
String |
getTitle()
Gets the
title. |
int |
hashCode() |
void |
setDescription(String description)
Sets the
description. |
void |
setId(String id)
Sets the
id. |
void |
setName(String name)
Sets the
name. |
void |
setPeriod(String period)
Sets the
period. |
void |
setTitle(String title)
Sets the
title. |
String |
toString() |
protected String name
protected String period
protected String title
protected String description
protected String id
public void setPeriod(String period)
period.period - the period to set.public String getDescription()
description.description.public void setDescription(String description)
description.description - the description to set.Copyright © 2017 BotMill. All rights reserved.