Package com.exoscale.sdk.model
Class SosBucketUsage
java.lang.Object
com.exoscale.sdk.model.SosBucketUsage
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class SosBucketUsage
extends Object
SOS Bucket usage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this sos-bucket-usage object is equal to o.SOS Bucket creation dategetName()
SOS Bucket namegetSize()
SOS Bucket size in B minimum: 0Get zoneNameint
hashCode()
void
void
setZoneName
(ZoneName zoneName) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_ZONE_NAME
- See Also:
-
JSON_PROPERTY_SIZE
- See Also:
-
-
Constructor Details
-
SosBucketUsage
public SosBucketUsage() -
SosBucketUsage
-
-
Method Details
-
name
-
getName
SOS Bucket name- Returns:
- name
-
setName
-
getCreatedAt
SOS Bucket creation date- Returns:
- createdAt
-
zoneName
-
getZoneName
Get zoneName- Returns:
- zoneName
-
setZoneName
-
getSize
SOS Bucket size in B minimum: 0- Returns:
- size
-
equals
Return true if this sos-bucket-usage object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-