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

com.aliyun.oss.model.DeleteBucketDataRedundancyTransitionRequest Maven / Gradle / Ivy

There is a newer version: 3.4.2
Show newest version
package com.aliyun.oss.model;

public class DeleteBucketDataRedundancyTransitionRequest extends GenericRequest {
    private String taskId;

    public DeleteBucketDataRedundancyTransitionRequest() {
    }

    public DeleteBucketDataRedundancyTransitionRequest(String bucketName, String taskId) {
        super(bucketName);
        this.taskId = taskId;
    }

    public String getTaskId() {
        return taskId;
    }

    public void setTaskId(String taskId) {
        this.taskId = taskId;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy