Package com.oracle.bmc.devops.model
Class PullRequestComment
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.devops.model.PullRequestComment
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20210630") public final class PullRequestComment extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
User comments created by reviewers during the pull request review.
Note: Objects should always be created or deserialized using thePullRequestComment.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of thePullRequestComment.Builder
, which maintain a set of all explicitly set fields calledPullRequestComment.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PullRequestComment.Builder
static class
PullRequestComment.ContextStatus
Shows the status of an inline comments contextstatic class
PullRequestComment.FileType
File path in the target commitstatic class
PullRequestComment.Status
Status of the Comment
-
Constructor Summary
Constructors Constructor Description PullRequestComment(String id, String pullRequestId, String data, String parentId, String filePath, String commitId, PullRequestComment.FileType fileType, Integer lineNumber, PullRequestCommentLikeCollection likes, PullRequestComment.Status status, Date timeCreated, PrincipalDetails createdBy, Date timeUpdated, PrincipalDetails updatedBy, PullRequestComment.ContextStatus contextStatus, List<DiffLineDetails> commentContext)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PullRequestComment.Builder
builder()
Create a new builder.boolean
equals(Object o)
List<DiffLineDetails>
getCommentContext()
4 line snippet to be displayed as context for inline commentsString
getCommitId()
Commit SHAPullRequestComment.ContextStatus
getContextStatus()
Shows the status of an inline comments contextPrincipalDetails
getCreatedBy()
String
getData()
Content of the Comment.String
getFilePath()
File path in the commitPullRequestComment.FileType
getFileType()
File path in the target commitString
getId()
Unique identifier that is immutable on creationPullRequestCommentLikeCollection
getLikes()
Integer
getLineNumber()
Line number in the fileString
getParentId()
ID of parent CommentString
getPullRequestId()
OCID of the pull request that this comment belongs toPullRequestComment.Status
getStatus()
Status of the CommentDate
getTimeCreated()
Creation timestamp.Date
getTimeUpdated()
Latest update timestamp.PrincipalDetails
getUpdatedBy()
int
hashCode()
PullRequestComment.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
PullRequestComment
@Deprecated @ConstructorProperties({"id","pullRequestId","data","parentId","filePath","commitId","fileType","lineNumber","likes","status","timeCreated","createdBy","timeUpdated","updatedBy","contextStatus","commentContext"}) public PullRequestComment(String id, String pullRequestId, String data, String parentId, String filePath, String commitId, PullRequestComment.FileType fileType, Integer lineNumber, PullRequestCommentLikeCollection likes, PullRequestComment.Status status, Date timeCreated, PrincipalDetails createdBy, Date timeUpdated, PrincipalDetails updatedBy, PullRequestComment.ContextStatus contextStatus, List<DiffLineDetails> commentContext)
Deprecated.
-
-
Method Detail
-
builder
public static PullRequestComment.Builder builder()
Create a new builder.
-
toBuilder
public PullRequestComment.Builder toBuilder()
-
getId
public String getId()
Unique identifier that is immutable on creation- Returns:
- the value
-
getPullRequestId
public String getPullRequestId()
OCID of the pull request that this comment belongs to- Returns:
- the value
-
getData
public String getData()
Content of the Comment.- Returns:
- the value
-
getParentId
public String getParentId()
ID of parent Comment- Returns:
- the value
-
getFilePath
public String getFilePath()
File path in the commit- Returns:
- the value
-
getCommitId
public String getCommitId()
Commit SHA- Returns:
- the value
-
getFileType
public PullRequestComment.FileType getFileType()
File path in the target commit- Returns:
- the value
-
getLineNumber
public Integer getLineNumber()
Line number in the file- Returns:
- the value
-
getLikes
public PullRequestCommentLikeCollection getLikes()
-
getStatus
public PullRequestComment.Status getStatus()
Status of the Comment- Returns:
- the value
-
getTimeCreated
public Date getTimeCreated()
Creation timestamp.Format defined by RFC3339.
- Returns:
- the value
-
getCreatedBy
public PrincipalDetails getCreatedBy()
-
getTimeUpdated
public Date getTimeUpdated()
Latest update timestamp.Format defined by RFC3339.
- Returns:
- the value
-
getUpdatedBy
public PrincipalDetails getUpdatedBy()
-
getContextStatus
public PullRequestComment.ContextStatus getContextStatus()
Shows the status of an inline comments context- Returns:
- the value
-
getCommentContext
public List<DiffLineDetails> getCommentContext()
4 line snippet to be displayed as context for inline comments- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-