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 Error
getError()
Get the error objectjava.lang.Long
getHeight()
Get the image heightjava.lang.String
getImageId()
Get the image id.java.lang.String
getUrl()
Get the temporary URL that can be used to retrieve the image.java.lang.Long
getWidth()
Get the image widthImageUrl
setError(Error error)
Set the error object.ImageUrl
setHeight(java.lang.Long height)
Set the image heightImageUrl
setImageId(java.lang.String imageId)
Set the image idImageUrl
setUrl(java.lang.String url)
Set the temporary URL that can be used to retrieve the image.ImageUrl
setWidth(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
-
-