public class Comment extends Object
| コンストラクタと説明 |
|---|
Comment() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Author |
getAuthor() |
Blog |
getBlog() |
String |
getBody() |
CreatedBy |
getCreatedBy() |
String |
getCreatedDate() |
List<CustomField> |
getCustomFields() |
String |
getDate() |
Entry |
getEntry() |
Integer |
getId() |
String |
getLink() |
String |
getModifiedDate() |
Integer |
getParent() |
String |
getStatus() |
Boolean |
getUpdatable() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setAuthor(Author author) |
void |
setBlog(Blog blog) |
void |
setBody(String body) |
void |
setCreatedBy(CreatedBy createdBy) |
void |
setCreatedDate(String createdDate) |
void |
setCustomFields(List<CustomField> customFields) |
void |
setDate(String date) |
void |
setEntry(Entry entry) |
void |
setId(Integer id) |
void |
setLink(String link) |
void |
setModifiedDate(String modifiedDate) |
void |
setParent(Integer parent) |
void |
setStatus(String status) |
void |
setUpdatable(Boolean updatable) |
public String getLink()
public void setLink(String link)
public Integer getParent()
public void setParent(Integer parent)
public Entry getEntry()
public void setEntry(Entry entry)
public CreatedBy getCreatedBy()
public void setCreatedBy(CreatedBy createdBy)
public String getStatus()
public void setStatus(String status)
public String getDate()
public void setDate(String date)
public Boolean getUpdatable()
public void setUpdatable(Boolean updatable)
public Blog getBlog()
public void setBlog(Blog blog)
public Author getAuthor()
public void setAuthor(Author author)
public String getBody()
public void setBody(String body)
public String getCreatedDate()
public void setCreatedDate(String createdDate)
public Integer getId()
public void setId(Integer id)
public String getModifiedDate()
public void setModifiedDate(String modifiedDate)
public List<CustomField> getCustomFields()
public void setCustomFields(List<CustomField> customFields)
Copyright © 2017. All rights reserved.