java.lang.Object
com.liferay.portal.workflow.metrics.rest.dto.v1_0.ReindexStatus
All Implemented Interfaces:
Serializable

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

    • completionPercentage

      protected Long completionPercentage
    • key

      protected String key
    • xClassName

      public String xClassName
  • Constructor Details

    • ReindexStatus

      public ReindexStatus()
  • Method Details

    • toDTO

      public static ReindexStatus toDTO(String json)
    • unsafeToDTO

      public static ReindexStatus unsafeToDTO(String json)
    • getCompletionPercentage

      public Long getCompletionPercentage()
    • setCompletionPercentage

      public void setCompletionPercentage(Long completionPercentage)
    • setCompletionPercentage

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

      public String getKey()
    • setKey

      public void setKey(String key)
    • setKey

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