@Generated(value="")
public class Source
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String[] |
excludes |
protected java.lang.Boolean |
fetchSource |
protected java.lang.String[] |
includes |
java.lang.String |
xClassName |
Constructor and Description |
---|
Source() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String[] |
getExcludes() |
java.lang.Boolean |
getFetchSource() |
java.lang.String[] |
getIncludes() |
int |
hashCode() |
void |
setExcludes(java.lang.String[] excludes) |
void |
setExcludes(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> excludesUnsafeSupplier) |
void |
setFetchSource(java.lang.Boolean fetchSource) |
void |
setFetchSource(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> fetchSourceUnsafeSupplier) |
void |
setIncludes(java.lang.String[] includes) |
void |
setIncludes(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> includesUnsafeSupplier) |
static Source |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static Source |
unsafeToDTO(java.lang.String json) |
protected java.lang.String[] excludes
protected java.lang.Boolean fetchSource
protected java.lang.String[] includes
public java.lang.String xClassName
public static Source toDTO(java.lang.String json)
public static Source unsafeToDTO(java.lang.String json)
public java.lang.String[] getExcludes()
public void setExcludes(java.lang.String[] excludes)
public void setExcludes(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> excludesUnsafeSupplier)
public java.lang.Boolean getFetchSource()
public void setFetchSource(java.lang.Boolean fetchSource)
public void setFetchSource(com.liferay.petra.function.UnsafeSupplier<java.lang.Boolean,java.lang.Exception> fetchSourceUnsafeSupplier)
public java.lang.String[] getIncludes()
public void setIncludes(java.lang.String[] includes)
public void setIncludes(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> includesUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object