Package com.apple.itunes.storekit.model
Class PerformanceTestResponseTimes
java.lang.Object
com.apple.itunes.storekit.model.PerformanceTestResponseTimes
An object that describes test response times.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAverage response time in milliseconds.getP50()The 50th percentile response time in milliseconds.getP90()The 90th percentile response time in milliseconds.getP95()The 95th percentile response time in milliseconds.getP99()The 99th percentile response time in milliseconds.Fields that are not recognized for this objectinthashCode()voidsetAverage(Long average) voidvoidvoidvoidvoidsetUnknownFields(Map<String, Object> unknownFields) toString()unknownFields(Map<String, Object> unknownFields)
-
Constructor Details
-
PerformanceTestResponseTimes
public PerformanceTestResponseTimes()
-
-
Method Details
-
average
-
getAverage
Average response time in milliseconds.- Returns:
- average
- See Also:
-
setAverage
-
p50
-
getP50
The 50th percentile response time in milliseconds.- Returns:
- p50
- See Also:
-
setP50
-
p90
-
getP90
The 90th percentile response time in milliseconds.- Returns:
- p90
- See Also:
-
setP90
-
p95
-
getP95
The 95th percentile response time in milliseconds.- Returns:
- p95
- See Also:
-
setP95
-
p99
-
getP99
The 99th percentile response time in milliseconds.- Returns:
- p99
- See Also:
-
setP99
-
unknownFields
-
getUnknownFields
Fields that are not recognized for this object- Returns:
- A map of JSON keys to objects
-
setUnknownFields
-
equals
-
hashCode
public int hashCode() -
toString
-