@Generated(value="")
public class ObjectEntry
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
actions |
protected AuditEvent[] |
auditEvents |
protected com.liferay.headless.delivery.dto.v1_0.Creator |
creator |
protected java.util.Date |
dateCreated |
protected java.util.Date |
dateModified |
protected java.lang.String |
externalReferenceCode |
protected java.lang.Long |
id |
protected java.lang.String[] |
keywords |
protected java.util.Map<java.lang.String,java.lang.Object> |
properties |
protected java.lang.String |
scopeKey |
protected Status |
status |
protected TaxonomyCategoryBrief[] |
taxonomyCategoryBriefs |
protected java.lang.Long[] |
taxonomyCategoryIds |
java.lang.String |
xClassName |
Constructor and Description |
---|
ObjectEntry() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
@Valid java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
getActions() |
@Valid AuditEvent[] |
getAuditEvents() |
@Valid com.liferay.headless.delivery.dto.v1_0.Creator |
getCreator() |
java.util.Date |
getDateCreated() |
java.util.Date |
getDateModified() |
java.lang.String |
getExternalReferenceCode() |
java.lang.Long |
getId() |
java.lang.String[] |
getKeywords() |
@Valid java.util.Map<java.lang.String,java.lang.Object> |
getProperties() |
java.lang.Object |
getPropertyValue(java.lang.String propertyName) |
java.lang.String |
getScopeKey() |
@Valid Status |
getStatus() |
@Valid TaxonomyCategoryBrief[] |
getTaxonomyCategoryBriefs() |
java.lang.Long[] |
getTaxonomyCategoryIds() |
int |
hashCode() |
void |
setActions(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> actions) |
void |
setActions(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>,java.lang.Exception> actionsUnsafeSupplier) |
void |
setAuditEvents(AuditEvent[] auditEvents) |
void |
setAuditEvents(com.liferay.petra.function.UnsafeSupplier<AuditEvent[],java.lang.Exception> auditEventsUnsafeSupplier) |
void |
setCreator(com.liferay.headless.delivery.dto.v1_0.Creator creator) |
void |
setCreator(com.liferay.petra.function.UnsafeSupplier<com.liferay.headless.delivery.dto.v1_0.Creator,java.lang.Exception> creatorUnsafeSupplier) |
void |
setDateCreated(java.util.Date dateCreated) |
void |
setDateCreated(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateCreatedUnsafeSupplier) |
void |
setDateModified(java.util.Date dateModified) |
void |
setDateModified(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateModifiedUnsafeSupplier) |
void |
setExternalReferenceCode(java.lang.String externalReferenceCode) |
void |
setExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> externalReferenceCodeUnsafeSupplier) |
void |
setId(java.lang.Long id) |
void |
setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier) |
void |
setKeywords(java.lang.String[] keywords) |
void |
setKeywords(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> keywordsUnsafeSupplier) |
void |
setProperties(java.util.Map<java.lang.String,java.lang.Object> properties) |
void |
setProperties(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.lang.Object>,java.lang.Exception> propertiesUnsafeSupplier) |
void |
setScopeKey(java.lang.String scopeKey) |
void |
setScopeKey(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> scopeKeyUnsafeSupplier) |
void |
setStatus(Status status) |
void |
setStatus(com.liferay.petra.function.UnsafeSupplier<Status,java.lang.Exception> statusUnsafeSupplier) |
void |
setTaxonomyCategoryBriefs(TaxonomyCategoryBrief[] taxonomyCategoryBriefs) |
void |
setTaxonomyCategoryBriefs(com.liferay.petra.function.UnsafeSupplier<TaxonomyCategoryBrief[],java.lang.Exception> taxonomyCategoryBriefsUnsafeSupplier) |
void |
setTaxonomyCategoryIds(java.lang.Long[] taxonomyCategoryIds) |
void |
setTaxonomyCategoryIds(com.liferay.petra.function.UnsafeSupplier<java.lang.Long[],java.lang.Exception> taxonomyCategoryIdsUnsafeSupplier) |
static ObjectEntry |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static ObjectEntry |
unsafeToDTO(java.lang.String json) |
protected java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> actions
protected AuditEvent[] auditEvents
protected com.liferay.headless.delivery.dto.v1_0.Creator creator
protected java.util.Date dateCreated
protected java.util.Date dateModified
protected java.lang.String externalReferenceCode
protected java.lang.Long id
protected java.lang.String[] keywords
protected java.util.Map<java.lang.String,java.lang.Object> properties
protected java.lang.String scopeKey
protected Status status
protected TaxonomyCategoryBrief[] taxonomyCategoryBriefs
protected java.lang.Long[] taxonomyCategoryIds
public java.lang.String xClassName
public static ObjectEntry toDTO(java.lang.String json)
public static ObjectEntry unsafeToDTO(java.lang.String json)
@Valid public @Valid java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getActions()
public void setActions(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> actions)
public void setActions(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>,java.lang.Exception> actionsUnsafeSupplier)
@Valid public @Valid AuditEvent[] getAuditEvents()
public void setAuditEvents(AuditEvent[] auditEvents)
public void setAuditEvents(com.liferay.petra.function.UnsafeSupplier<AuditEvent[],java.lang.Exception> auditEventsUnsafeSupplier)
@Valid public @Valid com.liferay.headless.delivery.dto.v1_0.Creator getCreator()
public void setCreator(com.liferay.headless.delivery.dto.v1_0.Creator creator)
public void setCreator(com.liferay.petra.function.UnsafeSupplier<com.liferay.headless.delivery.dto.v1_0.Creator,java.lang.Exception> creatorUnsafeSupplier)
public java.util.Date getDateCreated()
public void setDateCreated(java.util.Date dateCreated)
public void setDateCreated(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateCreatedUnsafeSupplier)
public java.util.Date getDateModified()
public void setDateModified(java.util.Date dateModified)
public void setDateModified(com.liferay.petra.function.UnsafeSupplier<java.util.Date,java.lang.Exception> dateModifiedUnsafeSupplier)
public java.lang.String getExternalReferenceCode()
public void setExternalReferenceCode(java.lang.String externalReferenceCode)
public void setExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> externalReferenceCodeUnsafeSupplier)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public void setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier)
public java.lang.String[] getKeywords()
public void setKeywords(java.lang.String[] keywords)
public void setKeywords(com.liferay.petra.function.UnsafeSupplier<java.lang.String[],java.lang.Exception> keywordsUnsafeSupplier)
@Valid public @Valid java.util.Map<java.lang.String,java.lang.Object> getProperties()
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
public void setProperties(com.liferay.petra.function.UnsafeSupplier<java.util.Map<java.lang.String,java.lang.Object>,java.lang.Exception> propertiesUnsafeSupplier)
public java.lang.String getScopeKey()
public void setScopeKey(java.lang.String scopeKey)
public void setScopeKey(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> scopeKeyUnsafeSupplier)
@Valid public @Valid Status getStatus()
public void setStatus(Status status)
public void setStatus(com.liferay.petra.function.UnsafeSupplier<Status,java.lang.Exception> statusUnsafeSupplier)
@Valid public @Valid TaxonomyCategoryBrief[] getTaxonomyCategoryBriefs()
public void setTaxonomyCategoryBriefs(TaxonomyCategoryBrief[] taxonomyCategoryBriefs)
public void setTaxonomyCategoryBriefs(com.liferay.petra.function.UnsafeSupplier<TaxonomyCategoryBrief[],java.lang.Exception> taxonomyCategoryBriefsUnsafeSupplier)
public java.lang.Long[] getTaxonomyCategoryIds()
public void setTaxonomyCategoryIds(java.lang.Long[] taxonomyCategoryIds)
public void setTaxonomyCategoryIds(com.liferay.petra.function.UnsafeSupplier<java.lang.Long[],java.lang.Exception> taxonomyCategoryIdsUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public java.lang.Object getPropertyValue(java.lang.String propertyName)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object