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

org.whitesource.agent.api.dispatch.AsyncCheckPolicyComplianceResult Maven / Gradle / Ivy

There is a newer version: 18.4.1
Show newest version
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