public static class ResultModel.Case extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
id |
boolean |
isSuccess |
List<ResultModel.CaseIteration> |
iterations |
String |
name |
| Constructor and Description |
|---|
Case() |
public long id
public String name
public boolean isSuccess
public List<ResultModel.CaseIteration> iterations
Copyright © 2019. All rights reserved.