public final class GoogleCloudBillingPricesV1betaPrice
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Billing API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleCloudBillingPricesV1betaPrice() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudBillingPricesV1betaPrice |
clone() |
String |
getCurrencyCode()
ISO-4217 currency code for the price.
|
String |
getName()
Resource name for the latest price.
|
GoogleCloudBillingPricesV1betaRate |
getRate()
Rate price metadata.
|
String |
getValueType()
Type of the price.
|
GoogleCloudBillingPricesV1betaPrice |
set(String fieldName,
Object value) |
GoogleCloudBillingPricesV1betaPrice |
setCurrencyCode(String currencyCode)
ISO-4217 currency code for the price.
|
GoogleCloudBillingPricesV1betaPrice |
setName(String name)
Resource name for the latest price.
|
GoogleCloudBillingPricesV1betaPrice |
setRate(GoogleCloudBillingPricesV1betaRate rate)
Rate price metadata.
|
GoogleCloudBillingPricesV1betaPrice |
setValueType(String valueType)
Type of the price.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCurrencyCode()
null for nonepublic GoogleCloudBillingPricesV1betaPrice setCurrencyCode(String currencyCode)
currencyCode - currencyCode or null for nonepublic String getName()
null for nonepublic GoogleCloudBillingPricesV1betaPrice setName(String name)
name - name or null for nonepublic GoogleCloudBillingPricesV1betaRate getRate()
null for nonepublic GoogleCloudBillingPricesV1betaPrice setRate(GoogleCloudBillingPricesV1betaRate rate)
rate - rate or null for nonepublic String getValueType()
null for nonepublic GoogleCloudBillingPricesV1betaPrice setValueType(String valueType)
valueType - valueType or null for nonepublic GoogleCloudBillingPricesV1betaPrice set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudBillingPricesV1betaPrice clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.