@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Metrics extends Object implements Serializable, Cloneable, StructuredPojo
Information about the statistics from the code review.
| Constructor and Description |
|---|
Metrics() |
| Modifier and Type | Method and Description |
|---|---|
Metrics |
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.
|
Metrics |
withFindingsCount(Long findingsCount)
Total number of recommendations found in the code review.
|
Metrics |
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 Metrics 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 Metrics 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 ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.