public final class GoogleCloudBillingPricesV1betaAggregationInfo
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 |
|---|
GoogleCloudBillingPricesV1betaAggregationInfo() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudBillingPricesV1betaAggregationInfo |
clone() |
String |
getInterval()
Interval at which usage is aggregated to compute cost.
|
String |
getLevel()
Level at which usage is aggregated to compute cost.
|
GoogleCloudBillingPricesV1betaAggregationInfo |
set(String fieldName,
Object value) |
GoogleCloudBillingPricesV1betaAggregationInfo |
setInterval(String interval)
Interval at which usage is aggregated to compute cost.
|
GoogleCloudBillingPricesV1betaAggregationInfo |
setLevel(String level)
Level at which usage is aggregated to compute cost.
|
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 GoogleCloudBillingPricesV1betaAggregationInfo()
public String getInterval()
null for nonepublic GoogleCloudBillingPricesV1betaAggregationInfo setInterval(String interval)
interval - interval or null for nonepublic String getLevel()
null for nonepublic GoogleCloudBillingPricesV1betaAggregationInfo setLevel(String level)
level - level or null for nonepublic GoogleCloudBillingPricesV1betaAggregationInfo set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudBillingPricesV1betaAggregationInfo clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.