Package com.apple.itunes.storekit.model
Class UploadMessageImage
java.lang.Object
com.apple.itunes.storekit.model.UploadMessageImage
The definition of an image with its alternative text.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe alternative text you provide for the corresponding image.The unique identifier of an image.inthashCode()imageIdentifier(UUID imageIdentifier) voidsetAltText(String altText) voidsetImageIdentifier(UUID imageIdentifier) toString()
-
Constructor Details
-
UploadMessageImage
-
-
Method Details
-
imageIdentifier
-
getImageIdentifier
The unique identifier of an image.- Returns:
- imageIdentifier
- See Also:
-
setImageIdentifier
-
altText
-
getAltText
The alternative text you provide for the corresponding image.- Returns:
- altText
- See Also:
-
setAltText
-
equals
-
hashCode
public int hashCode() -
toString
-