public class QaBoardProperty extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
QaBoardProperty.Builder |
| 构造器和说明 |
|---|
QaBoardProperty() |
QaBoardProperty(QaBoardProperty.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBoardId() |
Integer |
getBoardStatus() |
Integer |
getBoardType() |
QaImageProperty |
getImage() |
String |
getRawCode() |
static QaBoardProperty.Builder |
newBuilder() |
void |
setBoardId(String boardId) |
void |
setBoardStatus(Integer boardStatus) |
void |
setBoardType(Integer boardType) |
void |
setImage(QaImageProperty image) |
void |
setRawCode(String rawCode) |
public QaBoardProperty()
public QaBoardProperty(QaBoardProperty.Builder builder)
public QaImageProperty getImage()
public void setImage(QaImageProperty image)
public String getBoardId()
public void setBoardId(String boardId)
public Integer getBoardType()
public void setBoardType(Integer boardType)
public String getRawCode()
public void setRawCode(String rawCode)
public Integer getBoardStatus()
public void setBoardStatus(Integer boardStatus)
public static QaBoardProperty.Builder newBuilder()
Copyright © 2026. All rights reserved.