@Generated(value="")
public class StructuredContentLink
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
contentType |
protected java.lang.Long |
id |
protected java.lang.String |
title |
java.lang.String |
xClassName |
| Constructor and Description |
|---|
StructuredContentLink() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getContentType() |
java.lang.Long |
getId() |
java.lang.String |
getTitle() |
int |
hashCode() |
void |
setContentType(java.lang.String contentType) |
void |
setContentType(UnsafeSupplier<java.lang.String,java.lang.Exception> contentTypeUnsafeSupplier) |
void |
setId(java.lang.Long id) |
void |
setId(UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier) |
void |
setTitle(java.lang.String title) |
void |
setTitle(UnsafeSupplier<java.lang.String,java.lang.Exception> titleUnsafeSupplier) |
static StructuredContentLink |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
protected java.lang.String contentType
protected java.lang.Long id
protected java.lang.String title
public java.lang.String xClassName
public static StructuredContentLink toDTO(java.lang.String json)
public java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
public void setContentType(UnsafeSupplier<java.lang.String,java.lang.Exception> contentTypeUnsafeSupplier)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public void setId(UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public void setTitle(UnsafeSupplier<java.lang.String,java.lang.Exception> titleUnsafeSupplier)
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