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

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

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

import com.aliyun.openservices.log.common.TopostoreNode;

public class CreateTopostoreNodeRequest extends TopostoreRequest {
    private String topostoreName;
    private TopostoreNode topostoreNode;

    public CreateTopostoreNodeRequest(String topostoreName, TopostoreNode topostoreNode) {
        this.topostoreName = topostoreName;
        this.topostoreNode = topostoreNode;
    }

    public String getTopostoreName() {
        return this.topostoreName;
    }

    public void setTopostoreName(String topostoreName) {
        this.topostoreName = topostoreName;
    }

    public TopostoreNode getTopostoreNode() {
        return this.topostoreNode;
    }

    public void setTopostoreNode(TopostoreNode topostoreNode) {
        this.topostoreNode = topostoreNode;
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy