public class BucketStat extends GenericResult
构造器和说明 |
---|
BucketStat() |
BucketStat(Long storageSize,
Long objectCount,
Long multipartUploadCount) |
限定符和类型 | 方法和说明 |
---|---|
Long |
getArchiveObjectCount()
Gets the archive object count.
|
Long |
getArchiveRealStorage()
Gets the archive real storage.
|
Long |
getArchiveStorage()
Gets the archive storage.
|
Long |
getColdArchiveObjectCount()
Gets the cold archive object count.
|
Long |
getColdArchiveRealStorage()
Gets the cold archive real storage.
|
Long |
getColdArchiveStorage()
Gets the cold archive storage.
|
Long |
getInfrequentAccessObjectCount()
Gets the infrequent access object count.
|
Long |
getInfrequentAccessRealStorage()
Gets the infrequent access real storage.
|
Long |
getInfrequentAccessStorage()
Gets the infrequent access storage.
|
Long |
getLastModifiedTime()
Gets the last modified time.
|
Long |
getLiveChannelCount()
Gets the live channel count.
|
Long |
getMultipartUploadCount()
Gets the multipart upload count.
|
Long |
getObjectCount()
Gets the object count under the bucket.
|
Long |
getStandardObjectCount()
Gets the standard object count.
|
Long |
getStandardStorage()
Gets the standard storage.
|
Long |
getStorageSize()
Gets the used storage size in bytes.
|
BucketStat |
withArchiveObjectCount(Long archiveObjectCount)
Sets the archive object count and returns the current BucketStat instance
(this).
|
BucketStat |
withArchiveRealStorage(Long archiveRealStorage)
Sets the archive real storage and returns the current BucketStat instance
(this).
|
BucketStat |
withArchiveStorage(Long archiveStorage)
Sets the archive storage and returns the current BucketStat instance
(this).
|
BucketStat |
withColdArchiveObjectCount(Long coldArchiveObjectCount)
Sets the cold archive object count and returns the current BucketStat instance
(this).
|
BucketStat |
withColdArchiveRealStorage(Long coldArchiveRealStorage)
Sets the cold archive real storage and returns the current BucketStat instance
(this).
|
BucketStat |
withColdArchiveStorage(Long coldArchiveStorage)
Sets the cold archive storage and returns the current BucketStat instance
(this).
|
BucketStat |
withInfrequentAccessObjectCount(Long infrequentAccessObjectCount)
Sets the infrequent access object count and returns the current BucketStat instance
(this).
|
BucketStat |
withInfrequentAccessRealStorage(Long infrequentAccessRealStorage)
Sets the infrequent access real storage and returns the current BucketStat instance
(this).
|
BucketStat |
withInfrequentAccessStorage(Long infrequentAccessStorage)
Sets the infrequent access storage and returns the current BucketStat instance
(this).
|
BucketStat |
withLastModifiedTime(Long lastModifiedTime)
Sets the last modified time and returns the current BucketStat instance
(this).
|
BucketStat |
withLiveChannelCount(Long liveChannelCount)
Sets the live channel count and returns the current BucketStat instance
(this).
|
BucketStat |
withMultipartUploadCount(Long multipartUploadCount)
Sets the multipart upload count and returns the current BucketStat instance
(this).
|
BucketStat |
withObjectCount(Long objectCount)
Sets the object count and returns the current BucketStat instance
(this).
|
BucketStat |
withStandardObjectCount(Long standardObjectCount)
Sets the standard object count and returns the current BucketStat instance
(this).
|
BucketStat |
withStandardStorage(Long standardStorage)
Sets the standard storage and returns the current BucketStat instance
(this).
|
BucketStat |
withStorageSize(Long storageSize)
Sets the storage size and returns the current BucketStat instance
(this).
|
getClientCRC, getRequestId, getResponse, getServerCRC, setClientCRC, setRequestId, setResponse, setServerCRC
public Long getStorageSize()
public BucketStat withStorageSize(Long storageSize)
storageSize
- The storage size.public Long getObjectCount()
public BucketStat withObjectCount(Long objectCount)
objectCount
- The object count.public Long getMultipartUploadCount()
public BucketStat withMultipartUploadCount(Long multipartUploadCount)
multipartUploadCount
- The multipart upload count.public Long getLiveChannelCount()
public BucketStat withLiveChannelCount(Long liveChannelCount)
liveChannelCount
- The live channel count.public Long getLastModifiedTime()
public BucketStat withLastModifiedTime(Long lastModifiedTime)
lastModifiedTime
- The last modified time.public Long getStandardStorage()
public BucketStat withStandardStorage(Long standardStorage)
standardStorage
- The standard storage.public Long getStandardObjectCount()
public BucketStat withStandardObjectCount(Long standardObjectCount)
standardObjectCount
- The standard object count.public Long getInfrequentAccessStorage()
public BucketStat withInfrequentAccessStorage(Long infrequentAccessStorage)
infrequentAccessStorage
- The infrequent access storage.public Long getInfrequentAccessRealStorage()
public BucketStat withInfrequentAccessRealStorage(Long infrequentAccessRealStorage)
infrequentAccessRealStorage
- The infrequent access real storage.public Long getInfrequentAccessObjectCount()
public BucketStat withInfrequentAccessObjectCount(Long infrequentAccessObjectCount)
infrequentAccessObjectCount
- The infrequent access object count.public Long getArchiveStorage()
public BucketStat withArchiveStorage(Long archiveStorage)
archiveStorage
- The archive storage.public Long getArchiveRealStorage()
public BucketStat withArchiveRealStorage(Long archiveRealStorage)
archiveRealStorage
- The archive real storage.public Long getArchiveObjectCount()
public BucketStat withArchiveObjectCount(Long archiveObjectCount)
archiveObjectCount
- The archive object count.public Long getColdArchiveStorage()
public BucketStat withColdArchiveStorage(Long coldArchiveStorage)
coldArchiveStorage
- The cold archive storage.public Long getColdArchiveRealStorage()
public BucketStat withColdArchiveRealStorage(Long coldArchiveRealStorage)
coldArchiveRealStorage
- The cold archive real storage.public Long getColdArchiveObjectCount()
public BucketStat withColdArchiveObjectCount(Long coldArchiveObjectCount)
coldArchiveObjectCount
- The cold archive object count.Copyright © 2022. All Rights Reserved.