Class Counters
- java.lang.Object
-
- software.amazon.awssdk.services.devicefarm.model.Counters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Counters.Builder,Counters>
@Generated("software.amazon.awssdk:codegen") public final class Counters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Counters.Builder,Counters>
Represents entity counters.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCounters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Counters.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Integererrored()The number of errored entities.Integerfailed()The number of failed entities.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerpassed()The number of passed entities.List<SdkField<?>>sdkFields()static Class<? extends Counters.Builder>serializableBuilderClass()Integerskipped()The number of skipped entities.Integerstopped()The number of stopped entities.Counters.BuildertoBuilder()StringtoString()Returns a string representation of this object.Integertotal()The total number of entities.Integerwarned()The number of warned entities.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
total
public final Integer total()
The total number of entities.
- Returns:
- The total number of entities.
-
passed
public final Integer passed()
The number of passed entities.
- Returns:
- The number of passed entities.
-
failed
public final Integer failed()
The number of failed entities.
- Returns:
- The number of failed entities.
-
warned
public final Integer warned()
The number of warned entities.
- Returns:
- The number of warned entities.
-
errored
public final Integer errored()
The number of errored entities.
- Returns:
- The number of errored entities.
-
stopped
public final Integer stopped()
The number of stopped entities.
- Returns:
- The number of stopped entities.
-
skipped
public final Integer skipped()
The number of skipped entities.
- Returns:
- The number of skipped entities.
-
toBuilder
public Counters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Counters.Builder,Counters>
-
builder
public static Counters.Builder builder()
-
serializableBuilderClass
public static Class<? extends Counters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-