public class CadResponse extends SaaSposeResponse
Constructor and Description |
---|
CadResponse() |
Modifier and Type | Method and Description |
---|---|
CadResponse |
bitsPerPixel(Integer bitsPerPixel) |
boolean |
equals(Object o) |
Integer |
getBitsPerPixel()
Gets or sets the bits per pixel for image.
|
Integer |
getHeight()
Gets or sets the height of image.
|
Double |
getHorizontalResolution()
Gets or sets the horizontal resolution of an image.
|
Double |
getVerticalResolution()
Gets or sets the vertical resolution of an image.
|
Integer |
getWidth()
Gets or sets the width of image.
|
int |
hashCode() |
CadResponse |
height(Integer height) |
CadResponse |
isCached(Boolean isCached) |
Boolean |
isIsCached()
Gets or sets a value indicating whether image is cached.
|
void |
setBitsPerPixel(Integer bitsPerPixel) |
void |
setHeight(Integer height) |
void |
setHorizontalResolution(Double horizontalResolution) |
void |
setIsCached(Boolean isCached) |
void |
setVerticalResolution(Double verticalResolution) |
void |
setWidth(Integer width) |
String |
toString() |
CadResponse |
verticalResolution(Double verticalResolution) |
CadResponse |
width(Integer width) |
getCode, getStatus, setCode, setStatus
public CadResponse height(Integer height)
public Integer getHeight()
public void setHeight(Integer height)
public CadResponse width(Integer width)
public Integer getWidth()
public void setWidth(Integer width)
public CadResponse bitsPerPixel(Integer bitsPerPixel)
public Integer getBitsPerPixel()
public void setBitsPerPixel(Integer bitsPerPixel)
public Double getHorizontalResolution()
public void setHorizontalResolution(Double horizontalResolution)
public CadResponse verticalResolution(Double verticalResolution)
public Double getVerticalResolution()
public void setVerticalResolution(Double verticalResolution)
public CadResponse isCached(Boolean isCached)
public Boolean isIsCached()
public void setIsCached(Boolean isCached)
public boolean equals(Object o)
equals
in class SaaSposeResponse
public int hashCode()
hashCode
in class SaaSposeResponse
public String toString()
toString
in class SaaSposeResponse
Copyright © 2019 Aspose Pty Ltd. All rights reserved.