com.cx.restclient.dto.Results Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cx-client-common Show documentation
Show all versions of cx-client-common Show documentation
Web client for interaction with Checkmarx SAST, SCA and OSA products
package com.cx.restclient.dto;
import com.cx.restclient.exception.CxClientException;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public abstract class Results {
private CxClientException exception;
}