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

com.arextest.web.model.dto.ServletMockerDto Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.dto;

import lombok.Data;

@Data
public class ServletMockerDto {

  private String id;
  private String appId;
  private String path;
  private String request;
  private String response;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy