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
Modifier and Type Method Description final Optional<Long>bandwidthBytes()Amount of bandwidth used in bytes. final Optional<Long>extensionUnitsCount()Number of extension units used. final Optional<Long>mediaLibraryStorageBytes()Storage used by media library in bytes. final Optional<Long>originalCacheStorageBytes()Storage used by the original cache in bytes. final Optional<Long>videoProcessingUnitsCount()Number of video processing units used. final JsonField<Long>_bandwidthBytes()Returns the raw JSON value of bandwidthBytes. final JsonField<Long>_extensionUnitsCount()Returns the raw JSON value of extensionUnitsCount. final JsonField<Long>_mediaLibraryStorageBytes()Returns the raw JSON value of mediaLibraryStorageBytes. final JsonField<Long>_originalCacheStorageBytes()Returns the raw JSON value of originalCacheStorageBytes. final JsonField<Long>_videoProcessingUnitsCount()Returns the raw JSON value of videoProcessingUnitsCount. final Map<String, JsonValue>_additionalProperties()final UsageGetResponse.BuildertoBuilder()final UsageGetResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static UsageGetResponse.Builderbuilder()Returns a mutable builder for constructing an instance of UsageGetResponse. -
-
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()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static UsageGetResponse.Builder builder()
Returns a mutable builder for constructing an instance of UsageGetResponse.
-
-
-
-