Class DocumentsMetric

java.lang.Object
com.liferay.site.dsr.analytics.rest.dto.v1_0.DocumentsMetric
All Implemented Interfaces:
Serializable

@Generated("") public class DocumentsMetric extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • documentMetrics

      protected DocumentMetric[] documentMetrics
    • total

      protected Long total
    • xClassName

      public String xClassName
  • Constructor Details

    • DocumentsMetric

      public DocumentsMetric()
  • Method Details

    • toDTO

      public static DocumentsMetric toDTO(String json)
    • unsafeToDTO

      public static DocumentsMetric unsafeToDTO(String json)
    • getDocumentMetrics

      @Valid public @Valid DocumentMetric[] getDocumentMetrics()
    • setDocumentMetrics

      public void setDocumentMetrics(DocumentMetric[] documentMetrics)
    • setDocumentMetrics

      public void setDocumentMetrics(com.liferay.petra.function.UnsafeSupplier<DocumentMetric[],Exception> documentMetricsUnsafeSupplier)
    • getTotal

      public Long getTotal()
    • setTotal

      public void setTotal(Long total)
    • setTotal

      public void setTotal(com.liferay.petra.function.UnsafeSupplier<Long,Exception> totalUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object