com.obs.services.model.bpa.GetBucketPublicStatusResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of esdk-obs-java-bundle Show documentation
Show all versions of esdk-obs-java-bundle Show documentation
The HuaweiCloud OBS Bundle SDK for Java used for accessing Object Storage Service, this SDK bundle
includes third-party libraries and relocated to different namespaces
The newest version!
/*
* Copyright (c) Huawei Technologies Co., Ltd. 2024-2024. All rights reserved.
*/
package com.obs.services.model.bpa;
import com.obs.services.model.HeaderResponse;
public class GetBucketPublicStatusResult extends HeaderResponse {
public BucketPublicStatus getBucketPublicStatus() {
return bucketPublicStatus;
}
public void setBucketPublicStatus(BucketPublicStatus bucketPublicStatus) {
this.bucketPublicStatus = bucketPublicStatus;
}
private BucketPublicStatus bucketPublicStatus;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy