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

com.cx.restclient.ast.dto.common.ScanInfoResponse Maven / Gradle / Ivy

The newest version!
package com.cx.restclient.ast.dto.common;

import lombok.Getter;

@Getter
public class ScanInfoResponse {
    private String id;
    private String status;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy