public abstract class Row extends Mappable implements CommentHolder
| Modifier and Type | Class and Description |
|---|---|
static class |
Row.DiffType |
| Constructor and Description |
|---|
Row(List<Comment> comments,
List<String> cells,
Integer line) |
| Modifier and Type | Method and Description |
|---|---|
List<CellResult> |
createResults(String status) |
List<String> |
getCells() |
List<Comment> |
getComments() |
abstract Row.DiffType |
getDiffType() |
Integer |
getLine() |
public List<Comment> getComments()
getComments in interface CommentHolderpublic Integer getLine()
public List<CellResult> createResults(String status)
public abstract Row.DiffType getDiffType()
Copyright © 2025. All rights reserved.