public final class CreditEstimate
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 |
|---|
CreditEstimate() |
| Modifier and Type | Method and Description |
|---|---|
CreditEstimate |
clone() |
Money |
getCreditAmount()
The estimated credit amount.
|
String |
getCreditDescription()
The credit description.
|
String |
getCreditType()
The credit type.
|
CreditEstimate |
set(String fieldName,
Object value) |
CreditEstimate |
setCreditAmount(Money creditAmount)
The estimated credit amount.
|
CreditEstimate |
setCreditDescription(String creditDescription)
The credit description.
|
CreditEstimate |
setCreditType(String creditType)
The credit type.
|
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 Money getCreditAmount()
null for nonepublic CreditEstimate setCreditAmount(Money creditAmount)
creditAmount - creditAmount or null for nonepublic String getCreditDescription()
null for nonepublic CreditEstimate setCreditDescription(String creditDescription)
creditDescription - creditDescription or null for nonepublic String getCreditType()
null for nonepublic CreditEstimate setCreditType(String creditType)
creditType - creditType or null for nonepublic CreditEstimate set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CreditEstimate clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.