Constructor and Description |
---|
EventAnalyticsDashboard(String id) |
Modifier and Type | Method and Description |
---|---|
EventAnalyticsDashboard |
addReport(EventAnalyticsReport report)
Adds a report to the dashboard.
|
EventAnalyticsDashboard |
addReport(EventAnalyticsReport report,
int position)
Add a report to this dashboard.
|
EventAnalyticsDashboard |
addReport(EventAnalyticsReport report,
int position,
EventAnalyticsReportDashboard.Width width)
Add a report to this dashboard.
|
EventAnalyticsDashboard |
clearReports()
Completely erases the reports of this dashboard.
|
EventAnalyticsDashboard |
clone() |
String |
getEventFilter()
Returns the eventFilter.
|
String |
getId()
Returns the id.
|
Collection<EventAnalyticsReportDashboard> |
getInstances()
Get all the dashboard reports.
|
Integer |
getPosition()
Returns the position.
|
String |
getTimeFrame()
Returns the timeFrame.
|
String |
getTitle()
Returns the title.
|
String |
getType()
Returns the type.
|
String |
getUserSegmentation()
Returns the userSegmentation.
|
UserSegmentation |
getUserSegmentationRef()
Returns the user segmentation reference.
|
boolean |
isStandard()
Returns the isStandard.
|
EventAnalyticsDashboard |
removeReport(EventAnalyticsReportDashboard instance)
Removes a report from the dashboard.
|
void |
setEventFilter(String eventFilter)
Sets the eventFilter.
|
EventAnalyticsDashboard |
setPosition(Integer position)
Sets the position.
|
EventAnalyticsDashboard |
setStandard(boolean isStandard)
Sets the isStandard.
|
EventAnalyticsDashboard |
setTimeFrame(String timeFrame)
Sets the timeFrame.
|
EventAnalyticsDashboard |
setTitle(String title)
Sets the title.
|
EventAnalyticsDashboard |
setType(String type)
Sets the type.
|
EventAnalyticsDashboard |
setUserSegmentation(String userSegmentation)
Sets the userSegmentation.
|
void |
setUserSegmentationRef(UserSegmentation userSegmentationRef)
Sets the user segmentation reference.
|
public EventAnalyticsDashboard(String id)
public String getTitle()
public EventAnalyticsDashboard setTitle(String title)
title
- the title value to set.public String getType()
public EventAnalyticsDashboard setType(String type)
type
- the type value to set.public Integer getPosition()
public EventAnalyticsDashboard setPosition(Integer position)
position
- the position value to set.public String getUserSegmentation()
public EventAnalyticsDashboard setUserSegmentation(String userSegmentation)
userSegmentation
- the userSegmentation value to set.public String getTimeFrame()
public EventAnalyticsDashboard setTimeFrame(String timeFrame)
timeFrame
- the timeFrame value to set.public String getEventFilter()
public void setEventFilter(String eventFilter)
eventFilter
- the eventFilter value to set.public String getId()
public boolean isStandard()
public EventAnalyticsDashboard setStandard(boolean isStandard)
isStandard
- the isStandard value to set.public Collection<EventAnalyticsReportDashboard> getInstances()
public EventAnalyticsDashboard addReport(EventAnalyticsReport report)
report
- the report to be added.public EventAnalyticsDashboard addReport(EventAnalyticsReport report, int position)
report
- the report.position
- the position.public EventAnalyticsDashboard addReport(EventAnalyticsReport report, int position, EventAnalyticsReportDashboard.Width width)
report
- the report.position
- the position.width
- the width.public EventAnalyticsDashboard removeReport(EventAnalyticsReportDashboard instance)
reportId
- the report identifier to be removed.public EventAnalyticsDashboard clearReports()
public UserSegmentation getUserSegmentationRef()
public void setUserSegmentationRef(UserSegmentation userSegmentationRef)
userSegmentationRef
- the user segmentation reference value to set.public EventAnalyticsDashboard clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.