bitbucketpullrequestbuilder.bitbucketpullrequestbuilder.bitbucket
クラス BitbucketPullRequestComment
java.lang.Object
bitbucketpullrequestbuilder.bitbucketpullrequestbuilder.bitbucket.BitbucketPullRequestComment
- すべての実装されたインタフェース:
- Comparable<BitbucketPullRequestComment>
public class BitbucketPullRequestComment
- extends Object
- implements Comparable<BitbucketPullRequestComment>
Created by nishio
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BitbucketPullRequestComment
public BitbucketPullRequestComment()
getIsEntityAuthor
public Boolean getIsEntityAuthor()
setIsEntityAuthor
public void setIsEntityAuthor(Boolean isEntityAuthor)
getPullRequestId
public Integer getPullRequestId()
setPullRequestId
public void setPullRequestId(Integer pullRequestId)
getContentRendered
public String getContentRendered()
setContentRendered
public void setContentRendered(String contentRendered)
getDeleted
public Boolean getDeleted()
setDeleted
public void setDeleted(Boolean deleted)
getUtcLastUpdated
public String getUtcLastUpdated()
setUtcLastUpdated
public void setUtcLastUpdated(String utcLastUpdated)
getCommentId
public Integer getCommentId()
setCommentId
public void setCommentId(Integer commentId)
getContent
public String getContent()
setContent
public void setContent(String content)
getUtcCreatedOn
public String getUtcCreatedOn()
setUtcCreatedOn
public void setUtcCreatedOn(String utcCreatedOn)
getIsSpam
public Boolean getIsSpam()
setIsSpam
public void setIsSpam(Boolean isSpam)
compareTo
public int compareTo(BitbucketPullRequestComment target)
- 定義:
- インタフェース
Comparable<BitbucketPullRequestComment> 内の compareTo
Copyright © 2004-2015. All Rights Reserved.