Package com.exoscale.sdk.model
Class GetImpactEstimate200Response
java.lang.Object
com.exoscale.sdk.model.GetImpactEstimate200Response
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class GetImpactEstimate200Response
extends Object
GetImpactEstimate200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this get_impact_estimate_200_response object is equal to o.Map of SKUs to their different impact indicatorsinthashCode()putImpactItem(String key, Map<String, ImpactValueWithUnit> impactItem) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_IMPACT
- See Also:
-
-
Constructor Details
-
GetImpactEstimate200Response
public GetImpactEstimate200Response()
-
-
Method Details
-
impact
-
putImpactItem
public GetImpactEstimate200Response putImpactItem(String key, Map<String, ImpactValueWithUnit> impactItem) -
getImpact
Map of SKUs to their different impact indicators- Returns:
- impact
-
setImpact
-
equals
Return true if this get_impact_estimate_200_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
-