@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2024-01-08T21:27:32.920Z") public class Image extends Object
Constructor and Description |
---|
Image() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getHeight()
The height of the image in pixels.
|
String |
getSource()
An URL to an image.
|
String |
getType()
Image
|
Integer |
getWidth()
The width of the image in pixels.
|
int |
hashCode() |
Image |
height(Integer height) |
void |
setHeight(Integer height) |
void |
setSource(String source) |
void |
setWidth(Integer width) |
Image |
source(String source) |
String |
toString() |
Image |
width(Integer width) |
public String getSource()
public void setSource(String source)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public String getType()
Copyright © 2024 Sage Bionetworks. All rights reserved.