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

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

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

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

@Data
public class CompareResult {

  private String planId;

  private String operationId;

  private String serviceName;

  private String categoryName;

  private Integer diffResultCode;

  private String operationName;

  private String replayId;

  private String recordId;

  private long recordTime;

  private long replayTime;

  private String instanceId;

  private String baseMsg;

  private String testMsg;

  private String planItemId;

  private List logs;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy