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

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

package com.cx.restclient.ast.dto.sast.report;

import lombok.Getter;
import lombok.Setter;

import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;

@Getter
@Setter
public class SummaryResponse implements Serializable {
    private List scansSummaries = new ArrayList<>();
    private int totalCount;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy