@Generated(value="")
public class CollectionConfig
extends java.lang.Object
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() |
@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)
@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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object