Package com.mailosaur.models
Class Image
java.lang.Object
com.mailosaur.models.BaseModel
com.mailosaur.models.Image
Data associated with an image found within a message.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.mailosaur.models.BaseModel
nullableString
-
Constructor Details
-
Image
public Image()
-
-
Method Details
-
src
Gets the value of the `src` attribute of the image.- Returns:
- The value of the `src` attribute of the image.
-
alt
Gets the `alt` text (alternative text), used to describe the image.- Returns:
- The `alt` text (alternative text).
-