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

ai.databand.schema.LogTargets Maven / Gradle / Ivy

There is a newer version: 1.0.26.1
Show newest version
package ai.databand.schema;

import java.util.List;

public class LogTargets {

    private final List targetsInfo;

    public LogTargets(List targetsInfo) {
        this.targetsInfo = targetsInfo;
    }

    public List getTargetsInfo() {
        return targetsInfo;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy