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

com.obs.services.model.bpa.BucketPublicStatus Maven / Gradle / Ivy

Go to download

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;

public class BucketPublicStatus {
    private Boolean isPublic;

    public Boolean getIsPublic() {
        return isPublic;
    }

    public void setIsPublic(Boolean isPublic) {
        this.isPublic = isPublic;
    }
    public final static String BUCKET_STATUS = "BucketStatus";
    public final static String IS_PUBLIC = "IsPublic";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy