org.whitesource.agent.api.dispatch.AsyncCheckPolicyComplianceResult 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;
import java.io.Serializable;
public class AsyncCheckPolicyComplianceResult extends BaseResult {
/* --- Static Members --- */
private static final long serialVersionUID = 7236121775887105115L;
/* --- Members --- */
private String identifier;
/**
* Default constructor
*/
public AsyncCheckPolicyComplianceResult() {
}
public String getIdentifier() {
return identifier;
}
public void setIdentifier(String identifier) {
this.identifier = identifier;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy