Class CmsContentLoadCollectorInfo

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCollectorClass()
      Returns the fully qualified class name of the used collector.
      java.lang.String getCollectorName()
      Returns the collector name.
      java.lang.String getCollectorParams()
      Returns the collectorParams.
      java.lang.String getId()
      Returns the id.
      void setCollectorClass​(java.lang.String className)
      Sets the class name to identify the collector implementation.
      void setCollectorName​(java.lang.String collectorName)
      Sets the collectorName.
      void setCollectorParams​(java.lang.String collectorParams)
      Sets the collectorParams.
      void setId​(java.lang.String id)
      Sets the id.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait