Package com.oracle.bmc.devops.model
Class CreatePullRequestCommentDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.devops.model.CreatePullRequestCommentDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20210630") public final class CreatePullRequestCommentDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The information about new Comment.
Note: Objects should always be created or deserialized using theCreatePullRequestCommentDetails.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 theCreatePullRequestCommentDetails.Builder
, which maintain a set of all explicitly set fields calledCreatePullRequestCommentDetails.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
CreatePullRequestCommentDetails.Builder
-
Constructor Summary
Constructors Constructor Description CreatePullRequestCommentDetails(String data, String parentId, String filePath, String commitId, PullRequestComment.FileType fileType, Integer lineNumber)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreatePullRequestCommentDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getCommitId()
Commit SHAString
getData()
Content of the Comment.String
getFilePath()
File path in the commitPullRequestComment.FileType
getFileType()
File path in the target commitInteger
getLineNumber()
Line number in the fileString
getParentId()
ID of parent Commentint
hashCode()
CreatePullRequestCommentDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
CreatePullRequestCommentDetails
@Deprecated @ConstructorProperties({"data","parentId","filePath","commitId","fileType","lineNumber"}) public CreatePullRequestCommentDetails(String data, String parentId, String filePath, String commitId, PullRequestComment.FileType fileType, Integer lineNumber)
Deprecated.
-
-
Method Detail
-
builder
public static CreatePullRequestCommentDetails.Builder builder()
Create a new builder.
-
toBuilder
public CreatePullRequestCommentDetails.Builder toBuilder()
-
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
-
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
-
-