@Generated(value="software.amazon.awssdk:codegen") public final class MetricsSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetricsSummary.Builder,MetricsSummary>
Information about metrics summaries.
Modifier and Type | Class and Description |
---|---|
static interface |
MetricsSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static MetricsSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj)
Indicates whether some other object is "equal to" this one by SDK fields.
|
Long |
findingsCount()
Total number of recommendations found in the code review.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
meteredLinesOfCodeCount()
Lines of code metered in the code review.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MetricsSummary.Builder> |
serializableBuilderClass() |
MetricsSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public final Long meteredLinesOfCodeCount()
Lines of code metered in the code review. For the initial code review pull request and all subsequent revisions,
this includes all lines of code in the files added to the pull request. In subsequent revisions, for files that
already existed in the pull request, this includes only the changed lines of code. In both cases, this does not
include non-code lines such as comments and import statements. For example, if you submit a pull request
containing 5 files, each with 500 lines of code, and in a subsequent revision you added a new file with 200 lines
of code, and also modified a total of 25 lines across the initial 5 files, MeteredLinesOfCodeCount
includes the first 5 files (5 * 500 = 2,500 lines), the new file (200 lines) and the 25 changed lines of code for
a total of 2,725 lines of code.
MeteredLinesOfCodeCount
includes the first 5 files (5 * 500 =
2,500 lines), the new file (200 lines) and the 25 changed lines of code for a total of 2,725 lines of
code.public final Long findingsCount()
Total number of recommendations found in the code review.
public MetricsSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MetricsSummary.Builder,MetricsSummary>
public static MetricsSummary.Builder builder()
public static Class<? extends MetricsSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.