@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-04-27T11:06:30.816-07:00") public class MatchBox extends Object
| Constructor and Description |
|---|
MatchBox() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getHeight() |
Integer |
getPageNumber() |
Integer |
getWidth() |
Integer |
getXPosition() |
Integer |
getYPosition() |
int |
hashCode() |
MatchBox |
height(Integer height)
Height of the tab in pixels.
|
MatchBox |
pageNumber(Integer pageNumber)
Specifies the page number on which the tab is located.
|
void |
setHeight(Integer height) |
void |
setPageNumber(Integer pageNumber) |
void |
setWidth(Integer width) |
void |
setXPosition(Integer xPosition) |
void |
setYPosition(Integer yPosition) |
String |
toString() |
MatchBox |
width(Integer width)
Width of the tab in pixels.
|
MatchBox |
xPosition(Integer xPosition)
This indicates the horizontal offset of the object on the page.
|
MatchBox |
yPosition(Integer yPosition)
This indicates the vertical offset of the object on the page.
|
public MatchBox pageNumber(Integer pageNumber)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public MatchBox xPosition(Integer xPosition)
public Integer getXPosition()
public void setXPosition(Integer xPosition)
public MatchBox yPosition(Integer yPosition)
public Integer getYPosition()
public void setYPosition(Integer yPosition)
public Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
Copyright © 2016. All rights reserved.