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

com.aliyun.openservices.log.request.GetSubStoreTTLResquest Maven / Gradle / Ivy

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

public class GetSubStoreTTLResquest extends Request{

    private String logstoreName;
    /**
     * Construct the base request
     *
     * @param project project name
     */
    public GetSubStoreTTLResquest(String project,String logstoreName) {
        super(project);
        this.logstoreName = logstoreName;
    }

    public String getLogstoreName() {
        return logstoreName;
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy