java.lang.Object
com.liferay.headless.admin.taxonomy.dto.v1_0.AssetType
All Implemented Interfaces:
Serializable

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

    • required

      protected Boolean required
    • subtype

      protected String subtype
    • type

      protected String type
    • xClassName

      public String xClassName
  • Constructor Details

    • AssetType

      public AssetType()
  • Method Details

    • toDTO

      public static AssetType toDTO(String json)
    • unsafeToDTO

      public static AssetType unsafeToDTO(String json)
    • getRequired

      public Boolean getRequired()
    • setRequired

      public void setRequired(Boolean required)
    • setRequired

      public void setRequired(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> requiredUnsafeSupplier)
    • getSubtype

      public String getSubtype()
    • setSubtype

      public void setSubtype(String subtype)
    • setSubtype

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