Class InventoryAnalysis

java.lang.Object
com.liferay.analytics.cms.rest.dto.v1_0.InventoryAnalysis
All Implemented Interfaces:
Serializable

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

    • inventoryAnalysisItems

      protected InventoryAnalysisItem[] inventoryAnalysisItems
    • totalCount

      protected Long totalCount
    • xClassName

      public String xClassName
  • Constructor Details

    • InventoryAnalysis

      public InventoryAnalysis()
  • Method Details

    • toDTO

      public static InventoryAnalysis toDTO(String json)
    • unsafeToDTO

      public static InventoryAnalysis unsafeToDTO(String json)
    • getInventoryAnalysisItems

      @Valid public @Valid InventoryAnalysisItem[] getInventoryAnalysisItems()
    • setInventoryAnalysisItems

      public void setInventoryAnalysisItems(InventoryAnalysisItem[] inventoryAnalysisItems)
    • setInventoryAnalysisItems

      public void setInventoryAnalysisItems(com.liferay.petra.function.UnsafeSupplier<InventoryAnalysisItem[],Exception> inventoryAnalysisItemsUnsafeSupplier)
    • getTotalCount

      public Long getTotalCount()
    • setTotalCount

      public void setTotalCount(Long totalCount)
    • setTotalCount

      public void setTotalCount(com.liferay.petra.function.UnsafeSupplier<Long,Exception> totalCountUnsafeSupplier)
    • 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