@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-14T16:41:01.888-08:00") public class MatchBox extends Object
| Constructor and Description |
|---|
MatchBox() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getHeight()
Height of the tab in pixels.
|
Integer |
getPageNumber()
Specifies the page number on which the tab is located.
|
Integer |
getWidth()
Width of the tab in pixels.
|
Integer |
getXPosition()
This indicates the horizontal offset of the object on the page.
|
Integer |
getYPosition()
This indicates the vertical offset of the object on the page.
|
int |
hashCode() |
void |
setHeight(Integer height) |
void |
setPageNumber(Integer pageNumber) |
void |
setWidth(Integer width) |
void |
setXPosition(Integer xPosition) |
void |
setYPosition(Integer yPosition) |
String |
toString() |
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public Integer getXPosition()
public void setXPosition(Integer xPosition)
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.