com.checkmarx.sdk.dto.ScanInfoResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cx-spring-boot-sdk Show documentation
Show all versions of cx-spring-boot-sdk Show documentation
Checkmarx Java Spring Boot SDK
package com.checkmarx.sdk.dto;
import lombok.Getter;
@Getter
public class ScanInfoResponse {
private String id;
private String status;
}