public class MaskPosition extends Object implements InputBotApiObject, Validable
| Constructor and Description |
|---|
MaskPosition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPoint() |
Float |
getScale() |
Float |
getxShift() |
Float |
getyShift() |
void |
setPoint(String point) |
void |
setScale(Float scale) |
void |
setxShift(Float xShift) |
void |
setyShift(Float yShift) |
String |
toString() |
void |
validate()
Validates that mandatory fields are filled and optional objects
|
public String getPoint()
public Float getxShift()
public Float getyShift()
public Float getScale()
public void setPoint(String point)
public void setxShift(Float xShift)
public void setyShift(Float yShift)
public void setScale(Float scale)
public void validate()
throws TelegramApiValidationException
Validablevalidate in interface ValidableTelegramApiValidationException - If any mandatory field is emptyCopyright © 2018. All rights reserved.