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

com.cx.restclient.sast.dto.ScanWithSettingsResponse Maven / Gradle / Ivy

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

public class ScanWithSettingsResponse {
    private int id;

    public ScanWithSettingsResponse(int id) {
        this.id = id;
    }

    public ScanWithSettingsResponse() {
    }

    public int getId() {
        return id;
    }

    public void setId(int id) {
        this.id = id;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy