public class SealTabsVO extends AlipayObject
| 构造器和说明 |
|---|
SealTabsVO() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getFileId() |
Boolean |
getGlobalKeyWord() |
String |
getKeyword() |
Long |
getKwIndex() |
Long |
getPageNumber() |
String |
getSealType() |
String |
getTabType() |
String |
getTextTabValue() |
Long |
getxPosition() |
Long |
getyPosition() |
void |
setFileId(String fileId) |
void |
setGlobalKeyWord(Boolean globalKeyWord) |
void |
setKeyword(String keyword) |
void |
setKwIndex(Long kwIndex) |
void |
setPageNumber(Long pageNumber) |
void |
setSealType(String sealType) |
void |
setTabType(String tabType) |
void |
setTextTabValue(String textTabValue) |
void |
setxPosition(Long xPosition) |
void |
setyPosition(Long yPosition) |
public String getFileId()
public void setFileId(String fileId)
public Boolean getGlobalKeyWord()
public void setGlobalKeyWord(Boolean globalKeyWord)
public String getKeyword()
public void setKeyword(String keyword)
public Long getKwIndex()
public void setKwIndex(Long kwIndex)
public Long getPageNumber()
public void setPageNumber(Long pageNumber)
public String getSealType()
public void setSealType(String sealType)
public String getTabType()
public void setTabType(String tabType)
public String getTextTabValue()
public void setTextTabValue(String textTabValue)
public Long getxPosition()
public void setxPosition(Long xPosition)
public Long getyPosition()
public void setyPosition(Long yPosition)
Copyright © 2024. All rights reserved.