Package com.apple.itunes.storekit.model
Class GetImageListResponse
java.lang.Object
com.apple.itunes.storekit.model.GetImageListResponse
A response that contains status information for all images.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAn array of all image identifiers and their image state.Fields that are not recognized for this objectinthashCode()imageIdentifiers(List<GetImageListResponseItem> imageIdentifiers) voidsetImageIdentifiers(List<GetImageListResponseItem> imageIdentifiers) voidsetUnknownFields(Map<String, Object> unknownFields) toString()unknownFields(Map<String, Object> unknownFields)
-
Constructor Details
-
GetImageListResponse
public GetImageListResponse()
-
-
Method Details
-
imageIdentifiers
-
getImageIdentifiers
An array of all image identifiers and their image state.- Returns:
- imageIdentifiers
- See Also:
-
setImageIdentifiers
-
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
-