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

com.checkmarx.sdk.dto.ScanInfoResponse Maven / Gradle / Ivy

There is a newer version: 0.6.16
Show newest version
package com.checkmarx.sdk.dto;

import lombok.Getter;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy