Class PostRevision
- java.lang.Object
-
- org.apache.camel.component.wordpress.api.model.Publishable
-
- org.apache.camel.component.wordpress.api.model.PostRevision
-
- All Implemented Interfaces:
Serializable
public class PostRevision extends Publishable implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PostRevision()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()StringgetExcerpt()StringgetGuid()IntegergetParent()StringgetTitle()voidsetContent(String content)voidsetExcerpt(String excerpt)voidsetGuid(String guid)voidsetParent(Integer parent)voidsetTitle(String title)StringtoString()-
Methods inherited from class org.apache.camel.component.wordpress.api.model.Publishable
getAuthor, getDate, getDateGmt, getId, getModified, getModifiedGmt, getSlug, setAuthor, setDate, setDateGmt, setId, setModified, setModifiedGmt, setSlug
-
-
-
-
Method Detail
-
getGuid
public String getGuid()
-
setGuid
public void setGuid(String guid)
-
getParent
public Integer getParent()
-
setParent
public void setParent(Integer parent)
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getExcerpt
public String getExcerpt()
-
setExcerpt
public void setExcerpt(String excerpt)
-
toString
public String toString()
- Overrides:
toStringin classPublishable
-
-