Package com.apple.itunes.storekit.model
Class GetMessageListResponseItem
java.lang.Object
com.apple.itunes.storekit.model.GetMessageListResponseItem
A message identifier and status information for a message.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe identifier of the message.The current state of the message.Fields that are not recognized for this objectinthashCode()messageIdentifier(UUID messageIdentifier) messageState(MessageState messageState) voidsetMessageIdentifier(UUID messageIdentifier) voidsetMessageState(MessageState messageState) voidsetRawMessageState(String rawMessageState) voidsetUnknownFields(Map<String, Object> unknownFields) toString()unknownFields(Map<String, Object> unknownFields)
-
Constructor Details
-
GetMessageListResponseItem
public GetMessageListResponseItem()
-
-
Method Details
-
messageIdentifier
-
getMessageIdentifier
The identifier of the message.- Returns:
- messageIdentifier
- See Also:
-
setMessageIdentifier
-
messageState
-
getMessageState
The current state of the message.- Returns:
- messageState
- See Also:
-
getRawMessageState
- See Also:
-
setMessageState
-
setRawMessageState
-
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
-