org.whitesource.agent.api.dispatch.AsyncCheckPolicyComplianceResponseResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wss-agent-api Show documentation
Show all versions of wss-agent-api Show documentation
Java bindings for White Source API
package org.whitesource.agent.api.dispatch;
public class AsyncCheckPolicyComplianceResponseResult extends CheckPolicyComplianceResult {
/* --- Static Members --- */
private static final long serialVersionUID = -9005803185728108040L;
/* --- Members --- */
/**
* Default constructor
*/
public AsyncCheckPolicyComplianceResponseResult() {
}
}