Compare commits
No commits in common. "8b24069dca53efb2892817aa2a93aa038e966c39" and "30c06d1c0b3f779de367e7b0ce940950c959abe2" have entirely different histories.
8b24069dca
...
30c06d1c0b
@ -10,12 +10,9 @@ 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