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

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

There is a newer version: 0.7.0.3
Show newest version
package com.arextest.web.model.contract.contracts.common;

import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.Data;

@Data
public class AppCaseResult {

  private String appId;

  private String appName;

  private Integer totalCaseCount;

  private Integer successCaseCount;

  private Integer errorCaseCount;

  private Long createTime;

  @JsonIgnore
  private String date;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy