@Generated(value="")
public class BlogPostingImage
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BlogPostingImage.ViewableBy |
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
contentUrl |
protected java.lang.String |
contentValue |
protected java.lang.String |
encodingFormat |
protected java.lang.String |
externalReferenceCode |
protected java.lang.String |
fileExtension |
protected java.lang.Long |
id |
protected java.lang.Long |
sizeInBytes |
protected java.lang.String |
title |
protected BlogPostingImage.ViewableBy |
viewableBy
Deprecated.
|
java.lang.String |
xClassName |
| Constructor and Description |
|---|
BlogPostingImage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getContentUrl() |
java.lang.String |
getContentValue() |
java.lang.String |
getEncodingFormat() |
java.lang.String |
getExternalReferenceCode() |
java.lang.String |
getFileExtension() |
java.lang.Long |
getId() |
java.lang.Long |
getSizeInBytes() |
java.lang.String |
getTitle() |
@Valid BlogPostingImage.ViewableBy |
getViewableBy() |
java.lang.String |
getViewableByAsString() |
int |
hashCode() |
void |
setContentUrl(java.lang.String contentUrl) |
void |
setContentUrl(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> contentUrlUnsafeSupplier) |
void |
setContentValue(java.lang.String contentValue) |
void |
setContentValue(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> contentValueUnsafeSupplier) |
void |
setEncodingFormat(java.lang.String encodingFormat) |
void |
setEncodingFormat(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> encodingFormatUnsafeSupplier) |
void |
setExternalReferenceCode(java.lang.String externalReferenceCode) |
void |
setExternalReferenceCode(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> externalReferenceCodeUnsafeSupplier) |
void |
setFileExtension(java.lang.String fileExtension) |
void |
setFileExtension(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> fileExtensionUnsafeSupplier) |
void |
setId(java.lang.Long id) |
void |
setId(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> idUnsafeSupplier) |
void |
setSizeInBytes(java.lang.Long sizeInBytes) |
void |
setSizeInBytes(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> sizeInBytesUnsafeSupplier) |
void |
setTitle(java.lang.String title) |
void |
setTitle(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> titleUnsafeSupplier) |
void |
setViewableBy(BlogPostingImage.ViewableBy viewableBy) |
void |
setViewableBy(com.liferay.petra.function.UnsafeSupplier<BlogPostingImage.ViewableBy,java.lang.Exception> viewableByUnsafeSupplier) |
static BlogPostingImage |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static BlogPostingImage |
unsafeToDTO(java.lang.String json) |
protected java.lang.String contentUrl
protected java.lang.String contentValue
protected java.lang.String encodingFormat
protected java.lang.String externalReferenceCode
protected java.lang.String fileExtension
protected java.lang.Long id
protected java.lang.Long sizeInBytes
protected java.lang.String title
@Deprecated protected BlogPostingImage.ViewableBy viewableBy
public java.lang.String xClassName
public static BlogPostingImage toDTO(java.lang.String json)
public static BlogPostingImage unsafeToDTO(java.lang.String json)
public java.lang.String getContentUrl()
public void setContentUrl(java.lang.String contentUrl)
public void setContentUrl(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> contentUrlUnsafeSupplier)
public java.lang.String getContentValue()
public void setContentValue(java.lang.String contentValue)
public void setContentValue(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> contentValueUnsafeSupplier)
public java.lang.String getEncodingFormat()
public void setEncodingFormat(java.lang.String encodingFormat)
public void setEncodingFormat(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> encodingFormatUnsafeSupplier)
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.String getFileExtension()
public void setFileExtension(java.lang.String fileExtension)
public void setFileExtension(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> fileExtensionUnsafeSupplier)
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.Long getSizeInBytes()
public void setSizeInBytes(java.lang.Long sizeInBytes)
public void setSizeInBytes(com.liferay.petra.function.UnsafeSupplier<java.lang.Long,java.lang.Exception> sizeInBytesUnsafeSupplier)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public void setTitle(com.liferay.petra.function.UnsafeSupplier<java.lang.String,java.lang.Exception> titleUnsafeSupplier)
@Valid public @Valid BlogPostingImage.ViewableBy getViewableBy()
public java.lang.String getViewableByAsString()
public void setViewableBy(BlogPostingImage.ViewableBy viewableBy)
public void setViewableBy(com.liferay.petra.function.UnsafeSupplier<BlogPostingImage.ViewableBy,java.lang.Exception> viewableByUnsafeSupplier)
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