@Generated(value="")
public class CollectionConfig
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionConfig.CollectionType |
| Modifier and Type | Field and Description |
|---|---|
protected @NotNull java.lang.Object |
collectionReference |
protected @NotNull CollectionConfig.CollectionType |
collectionType |
java.lang.String |
xClassName |
| Constructor and Description |
|---|
CollectionConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
@Valid java.lang.Object |
getCollectionReference() |
@Valid CollectionConfig.CollectionType |
getCollectionType() |
java.lang.String |
getCollectionTypeAsString() |
int |
hashCode() |
void |
setCollectionReference(java.lang.Object collectionReference) |
void |
setCollectionReference(com.liferay.petra.function.UnsafeSupplier<java.lang.Object,java.lang.Exception> collectionReferenceUnsafeSupplier) |
void |
setCollectionType(CollectionConfig.CollectionType collectionType) |
void |
setCollectionType(com.liferay.petra.function.UnsafeSupplier<CollectionConfig.CollectionType,java.lang.Exception> collectionTypeUnsafeSupplier) |
static CollectionConfig |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static CollectionConfig |
unsafeToDTO(java.lang.String json) |
@NotNull protected @NotNull java.lang.Object collectionReference
@NotNull protected @NotNull CollectionConfig.CollectionType collectionType
public java.lang.String xClassName
public static CollectionConfig toDTO(java.lang.String json)
public static CollectionConfig unsafeToDTO(java.lang.String json)
@Valid public @Valid java.lang.Object getCollectionReference()
public void setCollectionReference(java.lang.Object collectionReference)
public void setCollectionReference(com.liferay.petra.function.UnsafeSupplier<java.lang.Object,java.lang.Exception> collectionReferenceUnsafeSupplier)
@Valid public @Valid CollectionConfig.CollectionType getCollectionType()
public java.lang.String getCollectionTypeAsString()
public void setCollectionType(CollectionConfig.CollectionType collectionType)
public void setCollectionType(com.liferay.petra.function.UnsafeSupplier<CollectionConfig.CollectionType,java.lang.Exception> collectionTypeUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object