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

org.whitesource.agent.api.model.Code Maven / Gradle / Ivy

There is a newer version: 18.4.1
Show newest version
package org.whitesource.agent.api.model;

import java.util.List;

public class Code {
    private List lines;
    public List getLines() {
        return lines;
    }
    public void setLines(List lines) {
        this.lines = lines;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy