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

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

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

public class DeleteLinkStoreRequest extends Request {
    private static final long serialVersionUID = -5478188598510366229L;

    protected String linkStoreName;

    public DeleteLinkStoreRequest(String project, String linkStoreName) {
        super(project);
        this.linkStoreName = linkStoreName;

        super.SetParam("type", "link");
    }

    public String getLinkStoreName() {
        return linkStoreName;
    }

    public void setLinkStoreName(String linkStoreName) {
        this.linkStoreName = linkStoreName;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy