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

core.spoof.Spoof Maven / Gradle / Ivy

package core.spoof;

/**
 * Created by nitina on 10/15/16.
 */

public class Spoof {
    String apiName;

    public Spoof(String apiName){
        this.apiName = apiName;
    }

    public String getApiName() {
        return apiName;
    }

    public void setApiName(String apiName) {
        this.apiName = apiName;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy