Package com.smartsheet.api.models
Class ImageUrl
- java.lang.Object
-
- com.smartsheet.api.models.ImageUrl
-
public class ImageUrl extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorgetError()Get the error objectjava.lang.LonggetHeight()Get the image heightjava.lang.StringgetImageId()Get the image id.java.lang.StringgetUrl()Get the temporary URL that can be used to retrieve the image.java.lang.LonggetWidth()Get the image widthImageUrlsetError(Error error)Set the error object.ImageUrlsetHeight(java.lang.Long height)Set the image heightImageUrlsetImageId(java.lang.String imageId)Set the image idImageUrlsetUrl(java.lang.String url)Set the temporary URL that can be used to retrieve the image.ImageUrlsetWidth(java.lang.Long width)Set the image width
-
-
-
Method Detail
-
getImageId
public java.lang.String getImageId()
Get the image id.- Returns:
- imageId
-
setImageId
public ImageUrl setImageId(java.lang.String imageId)
Set the image id
-
getWidth
public java.lang.Long getWidth()
Get the image width
-
setWidth
public ImageUrl setWidth(java.lang.Long width)
Set the image width
-
getHeight
public java.lang.Long getHeight()
Get the image height
-
setHeight
public ImageUrl setHeight(java.lang.Long height)
Set the image height
-
getUrl
public java.lang.String getUrl()
Get the temporary URL that can be used to retrieve the image.- Returns:
- the url
-
setUrl
public ImageUrl setUrl(java.lang.String url)
Set the temporary URL that can be used to retrieve the image.
-
getError
public Error getError()
Get the error object- Returns:
- error
-
-