Class UsageGetResponse
-
- All Implemented Interfaces:
public final class UsageGetResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUsageGetResponse.BuilderA builder for UsageGetResponse.
-
Method Summary
-
-
Method Detail
-
bandwidthBytes
final Optional<Long> bandwidthBytes()
Amount of bandwidth used in bytes.
-
extensionUnitsCount
final Optional<Long> extensionUnitsCount()
Number of extension units used.
-
mediaLibraryStorageBytes
final Optional<Long> mediaLibraryStorageBytes()
Storage used by media library in bytes.
-
originalCacheStorageBytes
final Optional<Long> originalCacheStorageBytes()
Storage used by the original cache in bytes.
-
videoProcessingUnitsCount
final Optional<Long> videoProcessingUnitsCount()
Number of video processing units used.
-
_bandwidthBytes
final JsonField<Long> _bandwidthBytes()
Returns the raw JSON value of bandwidthBytes.
Unlike bandwidthBytes, this method doesn't throw if the JSON field has an unexpected type.
-
_extensionUnitsCount
final JsonField<Long> _extensionUnitsCount()
Returns the raw JSON value of extensionUnitsCount.
Unlike extensionUnitsCount, this method doesn't throw if the JSON field has an unexpected type.
-
_mediaLibraryStorageBytes
final JsonField<Long> _mediaLibraryStorageBytes()
Returns the raw JSON value of mediaLibraryStorageBytes.
Unlike mediaLibraryStorageBytes, this method doesn't throw if the JSON field has an unexpected type.
-
_originalCacheStorageBytes
final JsonField<Long> _originalCacheStorageBytes()
Returns the raw JSON value of originalCacheStorageBytes.
Unlike originalCacheStorageBytes, this method doesn't throw if the JSON field has an unexpected type.
-
_videoProcessingUnitsCount
final JsonField<Long> _videoProcessingUnitsCount()
Returns the raw JSON value of videoProcessingUnitsCount.
Unlike videoProcessingUnitsCount, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final UsageGetResponse.Builder toBuilder()
-
validate
final UsageGetResponse validate()
-
builder
final static UsageGetResponse.Builder builder()
Returns a mutable builder for constructing an instance of UsageGetResponse.
-
-
-
-