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

com.qcloud.cos.request.AbstractStatRequest Maven / Gradle / Ivy

There is a newer version: 5.6.238.2
Show newest version
package com.qcloud.cos.request;

/**
 * @author chengwu
 * 获取文件属性信息
 */
public class AbstractStatRequest extends AbstractBaseRequest {

    public AbstractStatRequest(String bucketName, String cosPath) {
        super(bucketName, cosPath);
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy