Package com.exoscale.sdk.model
Class EnvMetadataEntry
java.lang.Object
com.exoscale.sdk.model.EnvMetadataEntry
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class EnvMetadataEntry
extends Object
EnvMetadataEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamount(BigDecimal amount) booleanReturn true if this env-metadata-entry object is equal to o.AmountgetUnit()UnitgetValue()ValueinthashCode()voidsetAmount(BigDecimal amount) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_AMOUNT
- See Also:
-
JSON_PROPERTY_UNIT
- See Also:
-
-
Constructor Details
-
EnvMetadataEntry
public EnvMetadataEntry()
-
-
Method Details
-
value
-
getValue
Value- Returns:
- value
-
setValue
-
amount
-
getAmount
Amount- Returns:
- amount
-
setAmount
-
unit
-
getUnit
Unit- Returns:
- unit
-
setUnit
-
equals
Return true if this env-metadata-entry 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
-