@Generated(value="software.amazon.awssdk:codegen") public final class JobStats extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobStats.Builder,JobStats>
Statistics about the Identity Resolution Job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobStats.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JobStats.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
numberOfMatchesFound()
The number of matches found.
|
Long |
numberOfMergesDone()
The number of merges completed.
|
Long |
numberOfProfilesReviewed()
The number of profiles reviewed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobStats.Builder> |
serializableBuilderClass() |
JobStats.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long numberOfProfilesReviewed()
The number of profiles reviewed.
public final Long numberOfMatchesFound()
The number of matches found.
public final Long numberOfMergesDone()
The number of merges completed.
public JobStats.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobStats.Builder,JobStats>public static JobStats.Builder builder()
public static Class<? extends JobStats.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.