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

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

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

import lombok.Getter;
import lombok.Setter;

import java.io.Serializable;

@Getter
@Setter
public class SeverityCounter implements Serializable {
    private String severity;
    private int counter;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy