Package com.apple.itunes.storekit.model
Class PerformanceTestResponse
java.lang.Object
com.apple.itunes.storekit.model.PerformanceTestResponse
The performance test response object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfig(PerformanceTestConfig config) booleanThe performance test configuration object.The performance test request identifier.Fields that are not recognized for this objectinthashCode()voidsetConfig(PerformanceTestConfig config) voidsetRequestId(String requestId) voidsetUnknownFields(Map<String, Object> unknownFields) toString()unknownFields(Map<String, Object> unknownFields)
-
Constructor Details
-
PerformanceTestResponse
public PerformanceTestResponse()
-
-
Method Details
-
config
-
getConfig
The performance test configuration object.- Returns:
- config
- See Also:
-
setConfig
-
requestId
-
getRequestId
The performance test request identifier.- Returns:
- requestId
- See Also:
-
setRequestId
-
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
-