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

com.arextest.storage.web.controller.MockRequest Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package com.arextest.storage.web.controller;

import lombok.Data;

@Data
public class MockRequest {

  private String appId;
  private String operationName;
  private String recordId;
  private int type;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy