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

com.arextest.schedule.model.config.AbstractCompareDetailConfig Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package com.arextest.schedule.model.config;

import lombok.Getter;
import lombok.Setter;

/**
 * Created by rchen9 on 2022/9/19.
 */
@Deprecated
@Getter
@Setter
public abstract class AbstractCompareDetailConfig {

  private String operationId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy