public class BitbucketPullRequestComment extends Object implements Comparable<BitbucketPullRequestComment>
| コンストラクタと説明 |
|---|
BitbucketPullRequestComment() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
compareTo(BitbucketPullRequestComment target) |
Integer |
getCommentId() |
String |
getContent() |
String |
getContentRendered() |
Boolean |
getDeleted() |
Boolean |
getIsEntityAuthor() |
Boolean |
getIsSpam() |
Integer |
getPullRequestId() |
String |
getUtcCreatedOn() |
String |
getUtcLastUpdated() |
void |
setCommentId(Integer commentId) |
void |
setContent(String content) |
void |
setContentRendered(String contentRendered) |
void |
setDeleted(Boolean deleted) |
void |
setIsEntityAuthor(Boolean isEntityAuthor) |
void |
setIsSpam(Boolean isSpam) |
void |
setPullRequestId(Integer pullRequestId) |
void |
setUtcCreatedOn(String utcCreatedOn) |
void |
setUtcLastUpdated(String utcLastUpdated) |
public Boolean getIsEntityAuthor()
public void setIsEntityAuthor(Boolean isEntityAuthor)
public Integer getPullRequestId()
public void setPullRequestId(Integer pullRequestId)
public String getContentRendered()
public void setContentRendered(String contentRendered)
public Boolean getDeleted()
public void setDeleted(Boolean deleted)
public String getUtcLastUpdated()
public void setUtcLastUpdated(String utcLastUpdated)
public Integer getCommentId()
public void setCommentId(Integer commentId)
public String getContent()
public void setContent(String content)
public String getUtcCreatedOn()
public void setUtcCreatedOn(String utcCreatedOn)
public Boolean getIsSpam()
public void setIsSpam(Boolean isSpam)
public int compareTo(BitbucketPullRequestComment target)
compareTo インタフェース内 Comparable<BitbucketPullRequestComment>Copyright © 2004-2015. All Rights Reserved.