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

com.qcloud.cos.model.ciModel.common.CICommonRequest Maven / Gradle / Ivy

There is a newer version: 5.6.238.2
Show newest version
package com.qcloud.cos.model.ciModel.common;


import com.qcloud.cos.http.HttpMethodName;

import java.util.Map;

public class CICommonRequest {
    /**
     * The name of the Qcloud COS bucket containing the object to image process
     */
    private String bucketName;

    /**
     * The key of the object to image process.
     */
    private String key;

    private HttpMethodName method;

    private Map queryParams;

    private Map headers;

    private byte[] content;

    private String contentType;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy