Package com.qtsurfer.api.client.model
Class AccountLinks
java.lang.Object
com.qtsurfer.api.client.model.AccountLinks
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class AccountLinks
extends Object
HAL `_links` for `GET /account`
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this AccountLinks object is equal to o.getSelf()Link to this resource.getUsage()Link to your live usage, `GET /account/usage`.inthashCode()voidvoidtoString()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_USAGE
- See Also:
-
-
Constructor Details
-
AccountLinks
public AccountLinks()
-
-
Method Details
-
self
-
getSelf
Link to this resource.- Returns:
- self
-
setSelf
-
usage
-
getUsage
Link to your live usage, `GET /account/usage`.- Returns:
- usage
-
setUsage
-
equals
Return true if this AccountLinks 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
-