Class InventoryAnalysisItem

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

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

    • count

      protected Long count
    • key

      protected String key
    • title

      protected String title
    • xClassName

      public String xClassName
  • Constructor Details

    • InventoryAnalysisItem

      public InventoryAnalysisItem()
  • Method Details

    • toDTO

      public static InventoryAnalysisItem toDTO(String json)
    • unsafeToDTO

      public static InventoryAnalysisItem unsafeToDTO(String json)
    • getCount

      public Long getCount()
    • setCount

      public void setCount(Long count)
    • setCount

      public void setCount(com.liferay.petra.function.UnsafeSupplier<Long,Exception> countUnsafeSupplier)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • setKey

      public void setKey(com.liferay.petra.function.UnsafeSupplier<String,Exception> keyUnsafeSupplier)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • setTitle

      public void setTitle(com.liferay.petra.function.UnsafeSupplier<String,Exception> titleUnsafeSupplier)
    • 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