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

com.aliyun.openservices.log.common.EtlSourceConfig Maven / Gradle / Ivy

There is a newer version: 0.6.115
Show newest version
package com.aliyun.openservices.log.common;

import java.io.Serializable;

public class EtlSourceConfig implements Serializable {

    private static final long serialVersionUID = 6803258295904365544L;
    private String logstoreName;

    public String getLogstoreName() {
        return logstoreName;
    }

    public void setLogstoreName(String logstoreName) {
        this.logstoreName = logstoreName;
    }

    public EtlSourceConfig(String logstoreName) {

        this.logstoreName = logstoreName;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy