Class ObjectReviewed

java.lang.Object
com.liferay.headless.admin.workflow.dto.v1_0.ObjectReviewed
All Implemented Interfaces:
Serializable

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

    • assetTitle

      protected String assetTitle
    • assetType

      protected String assetType
    • id

      protected Long id
    • resourceType

      protected String resourceType
    • xClassName

      public String xClassName
  • Constructor Details

    • ObjectReviewed

      public ObjectReviewed()
  • Method Details

    • toDTO

      public static ObjectReviewed toDTO(String json)
    • unsafeToDTO

      public static ObjectReviewed unsafeToDTO(String json)
    • getAssetTitle

      public String getAssetTitle()
    • setAssetTitle

      public void setAssetTitle(String assetTitle)
    • setAssetTitle

      public void setAssetTitle(com.liferay.petra.function.UnsafeSupplier<String,Exception> assetTitleUnsafeSupplier)
    • getAssetType

      public String getAssetType()
    • setAssetType

      public void setAssetType(String assetType)
    • setAssetType

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

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

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

      public String getResourceType()
    • setResourceType

      public void setResourceType(String resourceType)
    • setResourceType

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