
com.aliyun.oss.model.AddBucketCnameResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aliyun-sdk-oss-shade Show documentation
Show all versions of aliyun-sdk-oss-shade Show documentation
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