Package com.qtsurfer.api.client.model
Class Account
java.lang.Object
com.qtsurfer.api.client.model.Account
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class Account
extends Object
Your identity and tier limits. No database call behind this one — safe to fetch on every page load. Live usage against these limits is a separate resource, `GET /account/usage`, deliberately: usage changes on every upload/execution and costs a query to compute, this one doesn't.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this Account object is equal to o.getLinks()Get linksMaximum size, in bytes, of a single dataset version.Maximum number of active datasets your tier allows.Maximum combined storage, in bytes, across every dataset, strategy-execution signal, and registered strategy on your account — one shared pool, not a separate cap per resource type, since they all compete for the same underlying storage.getTier()Your current subscription tier.Your account id — the JWT `sub` claim.inthashCode()links(AccountLinks links) maxDatasetBytes(Long maxDatasetBytes) maxDatasets(Integer maxDatasets) maxTotalStorageBytes(Long maxTotalStorageBytes) voidsetLinks(AccountLinks links) voidsetMaxDatasetBytes(Long maxDatasetBytes) voidsetMaxDatasets(Integer maxDatasets) voidsetMaxTotalStorageBytes(Long maxTotalStorageBytes) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_USER_ID
- See Also:
-
JSON_PROPERTY_TIER
- See Also:
-
JSON_PROPERTY_MAX_DATASETS
- See Also:
-
JSON_PROPERTY_MAX_DATASET_BYTES
- See Also:
-
JSON_PROPERTY_MAX_TOTAL_STORAGE_BYTES
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
Account
public Account()
-
-
Method Details
-
userId
-
getUserId
Your account id — the JWT `sub` claim.- Returns:
- userId
-
setUserId
-
tier
-
getTier
Your current subscription tier.- Returns:
- tier
-
setTier
-
maxDatasets
-
getMaxDatasets
Maximum number of active datasets your tier allows.- Returns:
- maxDatasets
-
setMaxDatasets
-
maxDatasetBytes
-
getMaxDatasetBytes
Maximum size, in bytes, of a single dataset version.- Returns:
- maxDatasetBytes
-
setMaxDatasetBytes
-
maxTotalStorageBytes
-
getMaxTotalStorageBytes
Maximum combined storage, in bytes, across every dataset, strategy-execution signal, and registered strategy on your account — one shared pool, not a separate cap per resource type, since they all compete for the same underlying storage. See `GET /account/usage`'s `storageBytesUsed` for your current usage against this number.- Returns:
- maxTotalStorageBytes
-
setMaxTotalStorageBytes
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
Return true if this Account 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
-