@Generated(value="")
public class ObjectReviewed
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
assetTitle |
protected java.lang.String |
assetType |
protected java.lang.Long |
id |
protected java.lang.String |
resourceType |
java.lang.String |
xClassName |
| Constructor and Description |
|---|
ObjectReviewed() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getAssetTitle() |
java.lang.String |
getAssetType() |
java.lang.Long |
getId() |
java.lang.String |
getResourceType() |
int |
hashCode() |
void |
setAssetTitle(java.lang.String assetTitle) |
void |
setAssetTitle(UnsafeSupplier<java.lang.String,java.lang.Exception> assetTitleUnsafeSupplier) |
void |
setAssetType(java.lang.String assetType) |
void |
setAssetType(UnsafeSupplier<java.lang.String,java.lang.Exception> assetTypeUnsafeSupplier) |
void |
setId(java.lang.Long id) |
void |
setId(UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier) |
void |
setResourceType(java.lang.String resourceType) |
void |
setResourceType(UnsafeSupplier<java.lang.String,java.lang.Exception> resourceTypeUnsafeSupplier) |
static ObjectReviewed |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
protected java.lang.String assetTitle
protected java.lang.String assetType
protected java.lang.Long id
protected java.lang.String resourceType
public java.lang.String xClassName
public static ObjectReviewed toDTO(java.lang.String json)
public java.lang.String getAssetTitle()
public void setAssetTitle(java.lang.String assetTitle)
public void setAssetTitle(UnsafeSupplier<java.lang.String,java.lang.Exception> assetTitleUnsafeSupplier)
public java.lang.String getAssetType()
public void setAssetType(java.lang.String assetType)
public void setAssetType(UnsafeSupplier<java.lang.String,java.lang.Exception> assetTypeUnsafeSupplier)
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 getResourceType()
public void setResourceType(java.lang.String resourceType)
public void setResourceType(UnsafeSupplier<java.lang.String,java.lang.Exception> resourceTypeUnsafeSupplier)
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