@Generated(value="software.amazon.awssdk:codegen") public final class Metrics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Metrics.Builder,Metrics>
Information about the statistics from the code review.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Metrics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Metrics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
findingsCount()
Total number of recommendations found in the code review.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
meteredLinesOfCodeCount()
MeteredLinesOfCodeCount is the number of lines of code in the repository where the code review
happened. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Metrics.Builder> |
serializableBuilderClass() |
Long |
suppressedLinesOfCodeCount()
SuppressedLinesOfCodeCount is the number of lines of code in the repository where the code review
happened that CodeGuru Reviewer did not analyze. |
Metrics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long meteredLinesOfCodeCount()
MeteredLinesOfCodeCount is the number of lines of code in the repository where the code review
happened. This does not include non-code lines such as comments and blank lines.
MeteredLinesOfCodeCount is the number of lines of code in the repository where the code
review happened. This does not include non-code lines such as comments and blank lines.public final Long suppressedLinesOfCodeCount()
SuppressedLinesOfCodeCount is the number of lines of code in the repository where the code review
happened that CodeGuru Reviewer did not analyze. The lines suppressed in the analysis is based on the
excludeFiles variable in the aws-codeguru-reviewer.yml file. This number does not
include non-code lines such as comments and blank lines.
SuppressedLinesOfCodeCount is the number of lines of code in the repository where the code
review happened that CodeGuru Reviewer did not analyze. The lines suppressed in the analysis is based on
the excludeFiles variable in the aws-codeguru-reviewer.yml file. This number
does not include non-code lines such as comments and blank lines.public final Long findingsCount()
Total number of recommendations found in the code review.
public Metrics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Metrics.Builder,Metrics>public static Metrics.Builder builder()
public static Class<? extends Metrics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.