public class Annotation extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Annotation.Builder |
| 构造器和说明 |
|---|
Annotation() |
Annotation(Annotation.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
QaBoardProperty |
getBoard() |
QaImageProperty |
getImage() |
String |
getKey() |
QaRefProperty |
getRef() |
Integer |
getType() |
static Annotation.Builder |
newBuilder() |
void |
setBoard(QaBoardProperty board) |
void |
setImage(QaImageProperty image) |
void |
setKey(String key) |
void |
setRef(QaRefProperty ref) |
void |
setType(Integer type) |
public Annotation()
public Annotation(Annotation.Builder builder)
public Integer getType()
public void setType(Integer type)
public String getKey()
public void setKey(String key)
public QaImageProperty getImage()
public void setImage(QaImageProperty image)
public QaRefProperty getRef()
public void setRef(QaRefProperty ref)
public QaBoardProperty getBoard()
public void setBoard(QaBoardProperty board)
public static Annotation.Builder newBuilder()
Copyright © 2026. All rights reserved.