public class SearchResultItem extends Object
Constructor | Description |
---|---|
SearchResultItem() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object o) |
|
Double |
getHeight() |
Gets or sets the height.
|
Integer |
getId() |
Gets or sets the identifier.
|
String |
getImageUrl() |
Gets or sets the image URL.
|
String |
getPossibleWatermarkType() |
Gets or sets the type of the possible watermark type.
|
Double |
getRotateAngle() |
Gets or sets the rotate angle.
|
String |
getText() |
Gets or sets the text.
|
String |
getUnitOfMeasurement() |
Gets or sets the unit of measurement.
|
Double |
getWidth() |
Gets or sets the width.
|
Double |
getX() |
Gets or sets the x coordinate.
|
Double |
getY() |
Gets or sets the y coordinate.
|
int |
hashCode() |
|
SearchResultItem |
height(Double height) |
|
SearchResultItem |
id(Integer id) |
|
SearchResultItem |
imageUrl(String imageUrl) |
|
SearchResultItem |
possibleWatermarkType(String possibleWatermarkType) |
|
SearchResultItem |
rotateAngle(Double rotateAngle) |
|
void |
setHeight(Double height) |
|
void |
setId(Integer id) |
|
void |
setImageUrl(String imageUrl) |
|
void |
setPossibleWatermarkType(String possibleWatermarkType) |
|
void |
setRotateAngle(Double rotateAngle) |
|
void |
setText(String text) |
|
void |
setUnitOfMeasurement(String unitOfMeasurement) |
|
void |
setWidth(Double width) |
|
void |
setX(Double X) |
|
void |
setY(Double Y) |
|
SearchResultItem |
text(String text) |
|
String |
toString() |
|
SearchResultItem |
unitOfMeasurement(String unitOfMeasurement) |
|
SearchResultItem |
width(Double width) |
|
SearchResultItem |
X(Double X) |
|
SearchResultItem |
Y(Double Y) |
public SearchResultItem id(Integer id)
public Integer getId()
public void setId(Integer id)
public SearchResultItem text(String text)
public String getText()
public void setText(String text)
public SearchResultItem imageUrl(String imageUrl)
public String getImageUrl()
public void setImageUrl(String imageUrl)
public SearchResultItem height(Double height)
public Double getHeight()
public void setHeight(Double height)
public SearchResultItem rotateAngle(Double rotateAngle)
public Double getRotateAngle()
public void setRotateAngle(Double rotateAngle)
public SearchResultItem unitOfMeasurement(String unitOfMeasurement)
public String getUnitOfMeasurement()
public void setUnitOfMeasurement(String unitOfMeasurement)
public SearchResultItem width(Double width)
public Double getWidth()
public void setWidth(Double width)
public SearchResultItem X(Double X)
public Double getX()
public void setX(Double X)
public SearchResultItem Y(Double Y)
public Double getY()
public void setY(Double Y)
public SearchResultItem possibleWatermarkType(String possibleWatermarkType)
public String getPossibleWatermarkType()
public void setPossibleWatermarkType(String possibleWatermarkType)
Copyright © 2019. All rights reserved.