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

com.cx.restclient.ast.dto.sast.report.QueryDescription Maven / Gradle / Ivy

There is a newer version: 2024.3.26
Show newest version
package com.cx.restclient.ast.dto.sast.report;

import lombok.Getter;
import lombok.Setter;

import java.io.Serializable;

@Getter
@Setter
public class QueryDescription  implements Serializable {
    
    private String queryId;
    private String queryDescriptionId;
    private String resultDescription;
    private String risk;
    private String cause;
    private String generalRecommendations;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy