Class ContentSubtype

java.lang.Object
com.liferay.headless.delivery.dto.v1_0.ContentSubtype
All Implemented Interfaces:
Serializable

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

    • subtypeId

      protected Long subtypeId
    • subtypeKey

      protected String subtypeKey
    • xClassName

      public String xClassName
  • Constructor Details

    • ContentSubtype

      public ContentSubtype()
  • Method Details

    • toDTO

      public static ContentSubtype toDTO(String json)
    • unsafeToDTO

      public static ContentSubtype unsafeToDTO(String json)
    • getSubtypeId

      public Long getSubtypeId()
    • setSubtypeId

      public void setSubtypeId(Long subtypeId)
    • setSubtypeId

      public void setSubtypeId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> subtypeIdUnsafeSupplier)
    • getSubtypeKey

      public String getSubtypeKey()
    • setSubtypeKey

      public void setSubtypeKey(String subtypeKey)
    • setSubtypeKey

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