Package com.apple.itunes.storekit.model
Class PerformanceTestResultResponse
java.lang.Object
com.apple.itunes.storekit.model.PerformanceTestResultResponse
An object the API returns that describes the performance test results.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfig(PerformanceTestConfig config) booleanfailures(Map<SendAttemptResult, Integer> failures) A PerformanceTestConfig object that enumerates the test parameters.A Failures object that represents a map of server-to-server notification failure reasons and counts that represent the number of failures encountered during the performance test.An integer that describes the number of pending requests in the performance test.A PerformanceTestResponseTimes object that enumerates the response times measured during the test.A PerformanceTestStatus object that describes the overall result of the test.An integer that describes he success rate percentage of the performance test.The target URL for the performance test.Fields that are not recognized for this objectinthashCode()numPending(Integer numPending) responseTimes(PerformanceTestResponseTimes responseTimes) result(PerformanceTestStatus result) voidsetConfig(PerformanceTestConfig config) voidsetFailures(Map<SendAttemptResult, Integer> failures) voidsetNumPending(Integer numPending) voidsetRawFailures(Map<String, Integer> rawFailures) voidsetRawResult(String rawResult) voidsetResponseTimes(PerformanceTestResponseTimes responseTimes) voidsetResult(PerformanceTestStatus result) voidsetSuccessRate(Integer successRate) voidvoidsetUnknownFields(Map<String, Object> unknownFields) successRate(Integer successRate) toString()unknownFields(Map<String, Object> unknownFields)
-
Constructor Details
-
PerformanceTestResultResponse
public PerformanceTestResultResponse()
-
-
Method Details
-
config
-
getConfig
A PerformanceTestConfig object that enumerates the test parameters.- Returns:
- config
- See Also:
-
setConfig
-
target
-
getTarget
The target URL for the performance test.- Returns:
- target
- See Also:
-
setTarget
-
result
-
getResult
A PerformanceTestStatus object that describes the overall result of the test.- Returns:
- result
- See Also:
-
getRawResult
- See Also:
-
setResult
-
setRawResult
-
successRate
-
getSuccessRate
An integer that describes he success rate percentage of the performance test.- Returns:
- successRate
- See Also:
-
setSuccessRate
-
numPending
-
getNumPending
An integer that describes the number of pending requests in the performance test.- Returns:
- numPending
- See Also:
-
setNumPending
-
responseTimes
-
getResponseTimes
A PerformanceTestResponseTimes object that enumerates the response times measured during the test.- Returns:
- responseTimes
- See Also:
-
setResponseTimes
-
failures
-
getFailures
A Failures object that represents a map of server-to-server notification failure reasons and counts that represent the number of failures encountered during the performance test.- Returns:
- failures
- See Also:
-
getRawFailures
- See Also:
-
setFailures
-
setRawFailures
-
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
-