public class Text extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) int |
bg |
(专用程序包) boolean |
deleted |
(专用程序包) int |
ed |
(专用程序包) boolean |
ls |
(专用程序包) String |
pgs |
(专用程序包) int[] |
rg |
(专用程序包) int |
sn |
(专用程序包) String |
text |
(专用程序包) com.google.gson.JsonObject |
vad |
| 构造器和说明 |
|---|
Text() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBg() |
int |
getEd() |
String |
getPgs() |
int[] |
getRg() |
int |
getSn() |
String |
getText() |
com.google.gson.JsonObject |
getVad() |
boolean |
isDeleted() |
boolean |
isLs() |
void |
setBg(int bg) |
void |
setDeleted(boolean deleted) |
void |
setEd(int ed) |
void |
setLs(boolean ls) |
void |
setPgs(String pgs) |
void |
setRg(int[] rg) |
void |
setSn(int sn) |
void |
setText(String text) |
void |
setVad(com.google.gson.JsonObject vad) |
String |
toString() |
int sn
int bg
int ed
String text
String pgs
int[] rg
boolean deleted
boolean ls
com.google.gson.JsonObject vad
public int getSn()
public void setSn(int sn)
public int getBg()
public void setBg(int bg)
public int getEd()
public void setEd(int ed)
public String getText()
public void setText(String text)
public String getPgs()
public void setPgs(String pgs)
public int[] getRg()
public void setRg(int[] rg)
public boolean isDeleted()
public void setDeleted(boolean deleted)
public boolean isLs()
public void setLs(boolean ls)
public com.google.gson.JsonObject getVad()
public void setVad(com.google.gson.JsonObject vad)
Copyright © 2025. All rights reserved.