Class VideoValue

java.lang.Object
com.liferay.headless.admin.site.dto.v1_0.VideoValue
All Implemented Interfaces:
Serializable

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

    • html

      protected String html
    • title

      protected String title
    • xClassName

      public String xClassName
  • Constructor Details

    • VideoValue

      public VideoValue()
  • Method Details

    • toDTO

      public static VideoValue toDTO(String json)
    • unsafeToDTO

      public static VideoValue unsafeToDTO(String json)
    • getHtml

      public String getHtml()
    • setHtml

      public void setHtml(String html)
    • setHtml

      public void setHtml(com.liferay.petra.function.UnsafeSupplier<String,Exception> htmlUnsafeSupplier)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • setTitle

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