public class CheckResult extends Object
| Constructor and Description |
|---|
CheckResult() |
| Modifier and Type | Method and Description |
|---|---|
List<ResultItem> |
getItems() |
String |
getType() |
void |
setItems(List<ResultItem> items) |
void |
setType(String type) |
String |
toString() |
public String getType()
public void setType(String type)
public List<ResultItem> getItems()
public void setItems(List<ResultItem> items)
Copyright © 2020. All rights reserved.