public class SealPosition extends AlipayObject
Constructor and Description |
---|
SealPosition() |
Modifier and Type | Method and Description |
---|---|
String |
getKeyword()
Gets keyword.
|
Long |
getPageNo()
Gets page no.
|
Long |
getType()
Gets type.
|
Long |
getX()
Gets x.
|
Long |
getY()
Gets y.
|
void |
setKeyword(String keyword)
Sets keyword.
|
void |
setPageNo(Long pageNo)
Sets page no.
|
void |
setType(Long type)
Sets type.
|
void |
setX(Long x)
Sets x.
|
void |
setY(Long y)
Sets y.
|
public String getKeyword()
public void setKeyword(String keyword)
keyword
- the keywordpublic Long getPageNo()
public void setPageNo(Long pageNo)
pageNo
- the page nopublic Long getType()
public void setType(Long type)
type
- the typepublic Long getX()
public void setX(Long x)
x
- the xpublic Long getY()
public void setY(Long y)
y
- the yCopyright © 2018. All rights reserved.