Class ContentPerformanceRequestBody


  • public class ContentPerformanceRequestBody
    extends java.lang.Object
    Content performance request body.
    Since:
    16.0.0
    Version:
    $Revision: 25809 $ $Date: 2023-07-04 15:23:22 -0300 (Tue, 04 Jul 2023) $
    • 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 or null otherwise.
      java.lang.String getServiceInstanceId()
      Returns the serviceInstanceId.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContentPerformanceRequestBody

        public ContentPerformanceRequestBody()
    • 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 or null otherwise.
        Returns:
        the locale if content is multilanguage or null otherwise.
        Since:
        16.0.0