Package com.qtsurfer.api.client.model
Class AccountUsageLinks
java.lang.Object
com.qtsurfer.api.client.model.AccountUsageLinks
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class AccountUsageLinks
extends Object
HAL `_links` for `GET /account/usage`
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this AccountUsageLinks object is equal to o.Link to your tier limits, `GET /account`.getSelf()Link to this resource.inthashCode()voidsetAccount(HalLink account) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SELF
- See Also:
-
JSON_PROPERTY_ACCOUNT
- See Also:
-
-
Constructor Details
-
AccountUsageLinks
public AccountUsageLinks()
-
-
Method Details
-
self
-
getSelf
Link to this resource.- Returns:
- self
-
setSelf
-
account
-
getAccount
Link to your tier limits, `GET /account`.- Returns:
- account
-
setAccount
-
equals
Return true if this AccountUsageLinks 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
-