Class InventoryAnalysis
java.lang.Object
com.liferay.analytics.cms.rest.dto.v1_0.InventoryAnalysis
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid InventoryAnalysisItem[]inthashCode()voidsetInventoryAnalysisItems(InventoryAnalysisItem[] inventoryAnalysisItems) voidsetInventoryAnalysisItems(com.liferay.petra.function.UnsafeSupplier<InventoryAnalysisItem[], Exception> inventoryAnalysisItemsUnsafeSupplier) voidsetTotalCount(com.liferay.petra.function.UnsafeSupplier<Long, Exception> totalCountUnsafeSupplier) voidsetTotalCount(Long totalCount) static InventoryAnalysistoString()static InventoryAnalysisunsafeToDTO(String json)
-
Field Details
-
inventoryAnalysisItems
-
totalCount
-
xClassName
-
-
Constructor Details
-
InventoryAnalysis
public InventoryAnalysis()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getInventoryAnalysisItems
-
setInventoryAnalysisItems
-
setInventoryAnalysisItems
public void setInventoryAnalysisItems(com.liferay.petra.function.UnsafeSupplier<InventoryAnalysisItem[], Exception> inventoryAnalysisItemsUnsafeSupplier) -
getTotalCount
-
setTotalCount
-
setTotalCount
-
equals
-
hashCode
public int hashCode() -
toString
-