content
protected java.lang.String content
The content of the Patreon post. Can be null
@Entity
public class PostBean
extends com.patreon.resources.shared.BaseResource
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
appId |
Platform app id.
|
protected java.lang.String |
appStatus |
Processing status of the post.
|
protected int |
campaignId |
Name of the content creator who made the Patreon post
|
protected java.lang.String |
content |
The content of the Patreon post.
|
protected java.lang.String |
embedData |
An object containing embed data if media is embedded in the post, or none if there is no embed
|
protected java.lang.String |
embedUrl |
Embed media url.
|
protected java.lang.Boolean |
isPaid |
True if the post incurs a bill as part of a pay-per-post campaign.
|
protected java.lang.Boolean |
isPublic |
True if the post is viewable by anyone.
|
protected int |
postId |
post_id is the index/primary key for the posts table in our database
|
protected java.lang.String |
publishedAt |
Datetime that the creator most recently published (made publicly visible) the post.
|
(package private) java.util.List<Tag> |
tags |
tags is the list of
Tag objects linked with this PostBean object |
protected java.lang.String |
title |
title is the title of the Patreon post
|
protected java.lang.String |
url |
url is the url of the Patreon post
|
| Constructor | Description |
|---|---|
PostBean() |
getId, getLinks, getType, getType, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitTag objects linked with this PostBean objectPostBean is equal to another PostBean objectequals in class com.patreon.resources.shared.BaseResourceo - is the object we check the current object against