@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobStats extends Object implements Serializable, Cloneable, StructuredPojo
Statistics about the Identity Resolution Job.
| Constructor and Description |
|---|
JobStats() |
| Modifier and Type | Method and Description |
|---|---|
JobStats |
clone() |
boolean |
equals(Object obj) |
Long |
getNumberOfMatchesFound()
The number of matches found.
|
Long |
getNumberOfMergesDone()
The number of merges completed.
|
Long |
getNumberOfProfilesReviewed()
The number of profiles reviewed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setNumberOfMatchesFound(Long numberOfMatchesFound)
The number of matches found.
|
void |
setNumberOfMergesDone(Long numberOfMergesDone)
The number of merges completed.
|
void |
setNumberOfProfilesReviewed(Long numberOfProfilesReviewed)
The number of profiles reviewed.
|
String |
toString()
Returns a string representation of this object.
|
JobStats |
withNumberOfMatchesFound(Long numberOfMatchesFound)
The number of matches found.
|
JobStats |
withNumberOfMergesDone(Long numberOfMergesDone)
The number of merges completed.
|
JobStats |
withNumberOfProfilesReviewed(Long numberOfProfilesReviewed)
The number of profiles reviewed.
|
public void setNumberOfProfilesReviewed(Long numberOfProfilesReviewed)
The number of profiles reviewed.
numberOfProfilesReviewed - The number of profiles reviewed.public Long getNumberOfProfilesReviewed()
The number of profiles reviewed.
public JobStats withNumberOfProfilesReviewed(Long numberOfProfilesReviewed)
The number of profiles reviewed.
numberOfProfilesReviewed - The number of profiles reviewed.public void setNumberOfMatchesFound(Long numberOfMatchesFound)
The number of matches found.
numberOfMatchesFound - The number of matches found.public Long getNumberOfMatchesFound()
The number of matches found.
public JobStats withNumberOfMatchesFound(Long numberOfMatchesFound)
The number of matches found.
numberOfMatchesFound - The number of matches found.public void setNumberOfMergesDone(Long numberOfMergesDone)
The number of merges completed.
numberOfMergesDone - The number of merges completed.public Long getNumberOfMergesDone()
The number of merges completed.
public JobStats withNumberOfMergesDone(Long numberOfMergesDone)
The number of merges completed.
numberOfMergesDone - The number of merges completed.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.