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

com.dependencysec.d.b Maven / Gradle / Ivy

package com.dependencysec.d;


import java.util.List;


public class b {

    public b() {
    }

    public b(d d, List l) {
        this.d = d;
        this.l = l;
    }

    private d d;

    List l;

    public d getD() {
        return d;
    }

    public void setD(d d) {
        this.d = d;
    }

    public List getL() {
        return l;
    }

    public void setL(List l) {
        this.l = l;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy