All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arextest.web.model.contract.contracts.common.DiffFuzzyPathStatistic Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.contract.contracts.common;

import java.util.List;
import lombok.Data;

@Data
public class DiffFuzzyPathStatistic {

  private String fuzzyPath;

  private Integer caseCount;

  private Integer sceneCount;

  private Integer groupTypeId;

  private List sceneIdList;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy