@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetricsSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about metrics summaries.
Constructor and Description |
---|
MetricsSummary() |
Modifier and Type | Method and Description |
---|---|
MetricsSummary |
clone() |
boolean |
equals(Object obj) |
Long |
getFindingsCount()
Total number of recommendations found in the code review.
|
Long |
getMeteredLinesOfCodeCount()
Lines of code metered in the code review.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFindingsCount(Long findingsCount)
Total number of recommendations found in the code review.
|
void |
setMeteredLinesOfCodeCount(Long meteredLinesOfCodeCount)
Lines of code metered in the code review.
|
String |
toString()
Returns a string representation of this object.
|
MetricsSummary |
withFindingsCount(Long findingsCount)
Total number of recommendations found in the code review.
|
MetricsSummary |
withMeteredLinesOfCodeCount(Long meteredLinesOfCodeCount)
Lines of code metered in the code review.
|
public void setMeteredLinesOfCodeCount(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
- 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.public Long getMeteredLinesOfCodeCount()
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 MetricsSummary withMeteredLinesOfCodeCount(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
- 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.public void setFindingsCount(Long findingsCount)
Total number of recommendations found in the code review.
findingsCount
- Total number of recommendations found in the code review.public Long getFindingsCount()
Total number of recommendations found in the code review.
public MetricsSummary withFindingsCount(Long findingsCount)
Total number of recommendations found in the code review.
findingsCount
- Total number of recommendations found in the code review.public String toString()
toString
in class Object
Object.toString()
public MetricsSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.