Package software.xdev.brevo.model
Class ConversationsMessageFileImageInfo
java.lang.Object
software.xdev.brevo.model.ConversationsMessageFileImageInfo
image info is passed in case the file is an image
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanheight of the image minimum: 0URL of the previewgetWidth()Width of the image minimum: 0inthashCode()previewUrl(String previewUrl) voidvoidsetPreviewUrl(String previewUrl) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_WIDTH
- See Also:
-
JSON_PROPERTY_HEIGHT
- See Also:
-
JSON_PROPERTY_PREVIEW_URL
- See Also:
-
-
Constructor Details
-
ConversationsMessageFileImageInfo
public ConversationsMessageFileImageInfo()
-
-
Method Details
-
width
-
getWidth
Width of the image minimum: 0- Returns:
- width
-
setWidth
-
height
-
getHeight
height of the image minimum: 0- Returns:
- height
-
setHeight
-
previewUrl
-
getPreviewUrl
URL of the preview- Returns:
- previewUrl
-
setPreviewUrl
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-