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

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

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

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

@Data
public class UnmatchedPairEntity {

  private int unmatchedType;
  private List leftUnmatchedPath;
  private List rightUnmatchedPath;
  private List listKeys;
  private List> listKeyPath = new ArrayList<>();
  private Trace trace;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy