Class ContentPerformanceRequestBody
- java.lang.Object
-
- lumis.service.analytics.eventanalytics.report.rest.ContentPerformanceRequestBody
-
public class ContentPerformanceRequestBody extends java.lang.Object
Content performance request body.- Since:
- 16.0.0
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description ContentPerformanceRequestBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getContentIds()
Returns the contentIds.java.lang.String
getLocale()
Returns the locale if content is multilanguage ornull
otherwise.java.lang.String
getServiceInstanceId()
Returns the serviceInstanceId.
-
-
-
Method Detail
-
getServiceInstanceId
public java.lang.String getServiceInstanceId()
Returns the serviceInstanceId.- Returns:
- the serviceInstanceId
- Since:
- 16.0.0
-
getContentIds
public java.util.List<java.lang.String> getContentIds()
Returns the contentIds.- Returns:
- the contentIds
- Since:
- 16.0.0
-
getLocale
public java.lang.String getLocale()
Returns the locale if content is multilanguage ornull
otherwise.- Returns:
- the locale if content is multilanguage or
null
otherwise. - Since:
- 16.0.0
-
-