Compare commits
2 Commits
30c06d1c0b
...
8b24069dca
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8b24069dca | ||
![]() |
c5958ef168 |
@ -10,9 +10,12 @@ import lombok.Data;
|
|||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
public class AflImperfectionResp {
|
public class AflImperfectionResp {
|
||||||
|
//所有崩溃数
|
||||||
private Integer imperfectionCount = 0;
|
private Integer imperfectionCount = 0;
|
||||||
|
|
||||||
|
//验证的崩溃数
|
||||||
private Integer verifiedCount = 0;
|
private Integer verifiedCount = 0;
|
||||||
|
|
||||||
|
//未验证的崩溃数
|
||||||
private Integer unverifiedCount = 0;
|
private Integer unverifiedCount = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user