Package com.apple.itunes.storekit.model
Class PerformanceTestConfig
java.lang.Object
com.apple.itunes.storekit.model.PerformanceTestConfig
An object that enumerates the test configuration parameters.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe maximum number of concurrent requests the API allows.The maximum time your server has to respond when the system calls your Get Retention Message endpoint in the sandbox environment.The success rate threshold percentage.The total duration of the test in milliseconds.The total number of requests to make during the test.Fields that are not recognized for this objectinthashCode()maxConcurrentRequests(Long maxConcurrentRequests) responseTimeThreshold(Long responseTimeThreshold) voidsetMaxConcurrentRequests(Long maxConcurrentRequests) voidsetResponseTimeThreshold(Long responseTimeThreshold) voidsetSuccessRateThreshold(Integer successRateThreshold) voidsetTotalDuration(Long totalDuration) voidsetTotalRequests(Long totalRequests) voidsetUnknownFields(Map<String, Object> unknownFields) successRateThreshold(Integer successRateThreshold) toString()totalDuration(Long totalDuration) totalRequests(Long totalRequests) unknownFields(Map<String, Object> unknownFields)
-
Constructor Details
-
PerformanceTestConfig
public PerformanceTestConfig()
-
-
Method Details
-
maxConcurrentRequests
-
getMaxConcurrentRequests
The maximum number of concurrent requests the API allows.- Returns:
- maxConcurrentRequests
- See Also:
-
setMaxConcurrentRequests
-
totalRequests
-
getTotalRequests
The total number of requests to make during the test.- Returns:
- totalRequests
- See Also:
-
setTotalRequests
-
totalDuration
-
getTotalDuration
The total duration of the test in milliseconds.- Returns:
- totalDuration
- See Also:
-
setTotalDuration
-
responseTimeThreshold
-
getResponseTimeThreshold
The maximum time your server has to respond when the system calls your Get Retention Message endpoint in the sandbox environment.- Returns:
- responseTimeThreshold
- See Also:
-
setResponseTimeThreshold
-
successRateThreshold
-
getSuccessRateThreshold
The success rate threshold percentage.- Returns:
- successRateThreshold
- See Also:
-
setSuccessRateThreshold
-
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
-