@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.
meteredLinesOfCodeCount
- Lines of code metered in the code review.public Long getMeteredLinesOfCodeCount()
Lines of code metered in the code review.
public MetricsSummary withMeteredLinesOfCodeCount(Long meteredLinesOfCodeCount)
Lines of code metered in the code review.
meteredLinesOfCodeCount
- Lines of code metered in the code review.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.