public class BucketMetadataInfoResult extends OptionsInfoResult
Modifier and Type | Class and Description |
---|---|
static class |
BucketMetadataInfoResult.Builder |
Modifier and Type | Field and Description |
---|---|
protected AvailableZoneEnum |
availableZone |
protected BucketTypeEnum |
bucketType |
protected String |
epid |
protected String |
location |
protected String |
obsVersion |
protected StorageClassEnum |
storageClass |
allowHeaders, allowMethods, allowOrigin, exposeHeaders, maxAge
Modifier | Constructor and Description |
---|---|
protected |
BucketMetadataInfoResult() |
|
BucketMetadataInfoResult(String allowOrigin,
List<String> allowHeaders,
int maxAge,
List<String> allowMethods,
List<String> exposeHeaders,
StorageClassEnum storageClass,
String location,
String obsVersion) |
|
BucketMetadataInfoResult(String allowOrigin,
List<String> allowHeaders,
int maxAge,
List<String> allowMethods,
List<String> exposeHeaders,
StorageClassEnum storageClass,
String location,
String obsVersion,
AvailableZoneEnum availableZone)
Deprecated.
|
|
BucketMetadataInfoResult(String allowOrigin,
List<String> allowHeaders,
int maxAge,
List<String> allowMethods,
List<String> exposeHeaders,
StorageClassEnum storageClass,
String location,
String obsVersion,
AvailableZoneEnum availableZone,
String epid,
BucketTypeEnum bucketType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AvailableZoneEnum |
getAvailableZone()
Obtain the bucket cluster type.
|
StorageClassEnum |
getBucketStorageClass()
Obtain the bucket storage class.
|
BucketTypeEnum |
getBucketType()
Get type of the bucket
|
String |
getDefaultStorageClass()
Deprecated.
|
String |
getEpid()
Obtain the enterprise ID of a bucket.
|
String |
getLocation()
Obtain the bucket location.
|
String |
getObsVersion()
Obtain the OBS version.
|
String |
toString() |
getAllowHeaders, getAllowMethods, getAllowOrigin, getExposeHeaders, getMaxAge
getRequestId, getResponseHeaders, getStatusCode
protected StorageClassEnum storageClass
protected String location
protected String obsVersion
protected AvailableZoneEnum availableZone
protected String epid
protected BucketTypeEnum bucketType
public BucketMetadataInfoResult(String allowOrigin, List<String> allowHeaders, int maxAge, List<String> allowMethods, List<String> exposeHeaders, StorageClassEnum storageClass, String location, String obsVersion)
@Deprecated public BucketMetadataInfoResult(String allowOrigin, List<String> allowHeaders, int maxAge, List<String> allowMethods, List<String> exposeHeaders, StorageClassEnum storageClass, String location, String obsVersion, AvailableZoneEnum availableZone)
@Deprecated public BucketMetadataInfoResult(String allowOrigin, List<String> allowHeaders, int maxAge, List<String> allowMethods, List<String> exposeHeaders, StorageClassEnum storageClass, String location, String obsVersion, AvailableZoneEnum availableZone, String epid, BucketTypeEnum bucketType)
protected BucketMetadataInfoResult()
@Deprecated public String getDefaultStorageClass()
public StorageClassEnum getBucketStorageClass()
public String getLocation()
public String getObsVersion()
public String getEpid()
public AvailableZoneEnum getAvailableZone()
public String toString()
toString
in class OptionsInfoResult
public BucketTypeEnum getBucketType()
Copyright © 2021. All rights reserved.