Class Counters
java.lang.Object
com.amazonaws.services.devicefarm.model.Counters
- All Implemented Interfaces:
Serializable, Cloneable
Represents entity counters.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe number of errored entities.The number of failed entities.The number of passed entities.The number of skipped entities.The number of stopped entities.getTotal()The total number of entities.The number of warned entities.inthashCode()voidsetErrored(Integer errored) The number of errored entities.voidThe number of failed entities.voidThe number of passed entities.voidsetSkipped(Integer skipped) The number of skipped entities.voidsetStopped(Integer stopped) The number of stopped entities.voidThe total number of entities.voidThe number of warned entities.toString()Returns a string representation of this object; useful for testing and debugging.withErrored(Integer errored) The number of errored entities.withFailed(Integer failed) The number of failed entities.withPassed(Integer passed) The number of passed entities.withSkipped(Integer skipped) The number of skipped entities.withStopped(Integer stopped) The number of stopped entities.The total number of entities.withWarned(Integer warned) The number of warned entities.
-
Constructor Details
-
Counters
public Counters()
-
-
Method Details
-
setTotal
The total number of entities.
- Parameters:
total- The total number of entities.
-
getTotal
-
withTotal
-
setPassed
The number of passed entities.
- Parameters:
passed- The number of passed entities.
-
getPassed
-
withPassed
-
setFailed
The number of failed entities.
- Parameters:
failed- The number of failed entities.
-
getFailed
-
withFailed
-
setWarned
The number of warned entities.
- Parameters:
warned- The number of warned entities.
-
getWarned
-
withWarned
-
setErrored
The number of errored entities.
- Parameters:
errored- The number of errored entities.
-
getErrored
The number of errored entities.
- Returns:
- The number of errored entities.
-
withErrored
-
setStopped
The number of stopped entities.
- Parameters:
stopped- The number of stopped entities.
-
getStopped
The number of stopped entities.
- Returns:
- The number of stopped entities.
-
withStopped
-
setSkipped
The number of skipped entities.
- Parameters:
skipped- The number of skipped entities.
-
getSkipped
The number of skipped entities.
- Returns:
- The number of skipped entities.
-
withSkipped
-
toString
-
equals
-
hashCode
-
clone
-