src/main/java/com/aliyun/openservices/log/request/CreateTopostoreNodeRequest.java [10:27]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        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;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/aliyun/openservices/log/request/UpdateTopostoreNodeRequest.java [10:27]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        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;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



