Class SearchableAssetNameDisplay

java.lang.Object
com.liferay.search.experiences.rest.dto.v1_0.SearchableAssetNameDisplay
All Implemented Interfaces:
Serializable

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

    • className

      protected String className
    • displayName

      protected String displayName
    • hasSubtype

      protected Boolean hasSubtype
    • xClassName

      public String xClassName
  • Constructor Details

    • SearchableAssetNameDisplay

      public SearchableAssetNameDisplay()
  • Method Details

    • toDTO

      public static SearchableAssetNameDisplay toDTO(String json)
    • unsafeToDTO

      public static SearchableAssetNameDisplay unsafeToDTO(String json)
    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • setClassName

      public void setClassName(com.liferay.petra.function.UnsafeSupplier<String,Exception> classNameUnsafeSupplier)
    • getDisplayName

      public String getDisplayName()
    • setDisplayName

      public void setDisplayName(String displayName)
    • setDisplayName

      public void setDisplayName(com.liferay.petra.function.UnsafeSupplier<String,Exception> displayNameUnsafeSupplier)
    • getHasSubtype

      public Boolean getHasSubtype()
    • setHasSubtype

      public void setHasSubtype(Boolean hasSubtype)
    • setHasSubtype

      public void setHasSubtype(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> hasSubtypeUnsafeSupplier)
    • 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