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

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

    • excludes

      protected String[] excludes
    • fetchSource

      protected Boolean fetchSource
    • includes

      protected String[] includes
    • xClassName

      public String xClassName
  • Constructor Details

    • Source

      public Source()
  • Method Details

    • toDTO

      public static Source toDTO(String json)
    • unsafeToDTO

      public static Source unsafeToDTO(String json)
    • getExcludes

      public String[] getExcludes()
    • setExcludes

      public void setExcludes(String[] excludes)
    • setExcludes

      public void setExcludes(com.liferay.petra.function.UnsafeSupplier<String[],Exception> excludesUnsafeSupplier)
    • getFetchSource

      public Boolean getFetchSource()
    • setFetchSource

      public void setFetchSource(Boolean fetchSource)
    • setFetchSource

      public void setFetchSource(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> fetchSourceUnsafeSupplier)
    • getIncludes

      public String[] getIncludes()
    • setIncludes

      public void setIncludes(String[] includes)
    • setIncludes

      public void setIncludes(com.liferay.petra.function.UnsafeSupplier<String[],Exception> includesUnsafeSupplier)
    • 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