Package com.exoscale.sdk.model
Class GetConfederatioUsageResponse
java.lang.Object
com.exoscale.sdk.model.GetConfederatioUsageResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class GetConfederatioUsageResponse
extends Object
GPU usage for all organizations
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this get-confederatio-usage-response object is equal to o.Get organizationsUsagesinthashCode()organizationsUsages(Map<String, OrganizationUsage> organizationsUsages) putOrganizationsUsagesItem(String key, OrganizationUsage organizationsUsagesItem) voidsetOrganizationsUsages(Map<String, OrganizationUsage> organizationsUsages) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ORGANIZATIONS_USAGES
- See Also:
-
-
Constructor Details
-
GetConfederatioUsageResponse
public GetConfederatioUsageResponse()
-
-
Method Details
-
organizationsUsages
public GetConfederatioUsageResponse organizationsUsages(Map<String, OrganizationUsage> organizationsUsages) -
putOrganizationsUsagesItem
public GetConfederatioUsageResponse putOrganizationsUsagesItem(String key, OrganizationUsage organizationsUsagesItem) -
getOrganizationsUsages
Get organizationsUsages- Returns:
- organizationsUsages
-
setOrganizationsUsages
-
equals
Return true if this get-confederatio-usage-response 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
-