Package com.oracle.bmc.devops.model
Class ReviewerActivitySummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.devops.model.PullRequestActivitySummary
- 
- com.oracle.bmc.devops.model.ReviewerActivitySummary
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210630") public final class ReviewerActivitySummary extends PullRequestActivitySummaryactivity describing reviewer updates to a pull request
 Note: Objects should always be created or deserialized using theReviewerActivitySummary.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 the ReviewerActivitySummary.Builder, which maintain a set of all explicitly set fields calledReviewerActivitySummary.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 SummaryNested Classes Modifier and Type Class Description static classReviewerActivitySummary.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.devops.model.PullRequestActivitySummaryPullRequestActivitySummary.ActivityType
 
- 
 - 
Constructor SummaryConstructors Constructor Description ReviewerActivitySummary(String id, PrincipalDetails principal, String pullRequestId, Date timeOccurred, List<PrincipalDetails> reviewersAdded, List<PrincipalDetails> reviewersRemoved)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReviewerActivitySummary.Builderbuilder()Create a new builder.booleanequals(Object o)List<PrincipalDetails>getReviewersAdded()list of reviewers added to a pull requestList<PrincipalDetails>getReviewersRemoved()list of reviewers removed from a pull requestinthashCode()ReviewerActivitySummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.devops.model.PullRequestActivitySummarygetId, getPrincipal, getPullRequestId, getTimeOccurred
 
- 
 
- 
- 
- 
Constructor Detail- 
ReviewerActivitySummary@Deprecated public ReviewerActivitySummary(String id, PrincipalDetails principal, String pullRequestId, Date timeOccurred, List<PrincipalDetails> reviewersAdded, List<PrincipalDetails> reviewersRemoved) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ReviewerActivitySummary.Builder builder() Create a new builder.
 - 
toBuilderpublic ReviewerActivitySummary.Builder toBuilder() 
 - 
getReviewersAddedpublic List<PrincipalDetails> getReviewersAdded() list of reviewers added to a pull request- Returns:
- the value
 
 - 
getReviewersRemovedpublic List<PrincipalDetails> getReviewersRemoved() list of reviewers removed from a pull request- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- PullRequestActivitySummary
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- PullRequestActivitySummary
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- PullRequestActivitySummary
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- PullRequestActivitySummary
 
 
- 
 
-