Class BulkActionTask

java.lang.Object
com.liferay.headless.cms.dto.v1_0.BulkActionTask
All Implemented Interfaces:
Serializable

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

    • actionName

      protected String actionName
    • author

      protected String author
    • completionDate

      protected Date completionDate
    • createdDate

      protected Date createdDate
    • executeStatus

      protected String executeStatus
    • externalReferenceCode

      protected String externalReferenceCode
    • id

      protected Long id
    • numberOfItems

      protected Integer numberOfItems
    • type

      protected String type
    • xClassName

      public String xClassName
  • Constructor Details

    • BulkActionTask

      public BulkActionTask()
  • Method Details

    • toDTO

      public static BulkActionTask toDTO(String json)
    • unsafeToDTO

      public static BulkActionTask unsafeToDTO(String json)
    • getActionName

      public String getActionName()
    • setActionName

      public void setActionName(String actionName)
    • setActionName

      public void setActionName(com.liferay.petra.function.UnsafeSupplier<String,Exception> actionNameUnsafeSupplier)
    • getAuthor

      public String getAuthor()
    • setAuthor

      public void setAuthor(String author)
    • setAuthor

      public void setAuthor(com.liferay.petra.function.UnsafeSupplier<String,Exception> authorUnsafeSupplier)
    • getCompletionDate

      public Date getCompletionDate()
    • setCompletionDate

      public void setCompletionDate(Date completionDate)
    • setCompletionDate

      public void setCompletionDate(com.liferay.petra.function.UnsafeSupplier<Date,Exception> completionDateUnsafeSupplier)
    • getCreatedDate

      public Date getCreatedDate()
    • setCreatedDate

      public void setCreatedDate(Date createdDate)
    • setCreatedDate

      public void setCreatedDate(com.liferay.petra.function.UnsafeSupplier<Date,Exception> createdDateUnsafeSupplier)
    • getExecuteStatus

      public String getExecuteStatus()
    • setExecuteStatus

      public void setExecuteStatus(String executeStatus)
    • setExecuteStatus

      public void setExecuteStatus(com.liferay.petra.function.UnsafeSupplier<String,Exception> executeStatusUnsafeSupplier)
    • getExternalReferenceCode

      public String getExternalReferenceCode()
    • setExternalReferenceCode

      public void setExternalReferenceCode(String externalReferenceCode)
    • setExternalReferenceCode

      public void setExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<String,Exception> externalReferenceCodeUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getNumberOfItems

      public Integer getNumberOfItems()
    • setNumberOfItems

      public void setNumberOfItems(Integer numberOfItems)
    • setNumberOfItems

      public void setNumberOfItems(com.liferay.petra.function.UnsafeSupplier<Integer,Exception> numberOfItemsUnsafeSupplier)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • setType

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