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

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

Go to download

The Aliyun OSS SDK for Java used for accessing Aliyun Object Storage Service, includes all service and dependent JARs.

The newest version!
package com.aliyun.oss.model;

public class AddBucketCnameResult extends GenericResult{
    /**
     * Certificate ID for the CNAME.
     */
    private String certId;

    /**
     * Gets the certificate ID for the CNAME.
     * @return null if no certificate ID exists.
     */
    public String getCertId() { return certId; }

    /**
     * Sets the certificate ID for the CNAME.
     * @param certId the certificate id that the response contains.
     */
    public void setCertId(String certId) { this.certId = certId; }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy