public final class Service
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 |
|---|
Service() |
| Modifier and Type | Method and Description |
|---|---|
Service |
clone() |
String |
getBusinessEntityName()
The business under which the service is offered.
|
String |
getDisplayName()
A human readable display name for this service.
|
String |
getName()
The resource name for the service.
|
String |
getServiceId()
The identifier for the service.
|
Service |
set(String fieldName,
Object value) |
Service |
setBusinessEntityName(String businessEntityName)
The business under which the service is offered.
|
Service |
setDisplayName(String displayName)
A human readable display name for this service.
|
Service |
setName(String name)
The resource name for the service.
|
Service |
setServiceId(String serviceId)
The identifier for the service.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getBusinessEntityName()
null for nonepublic Service setBusinessEntityName(String businessEntityName)
businessEntityName - businessEntityName or null for nonepublic String getDisplayName()
null for nonepublic Service setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getName()
null for nonepublic Service setName(String name)
name - name or null for nonepublic String getServiceId()
null for nonepublic Service setServiceId(String serviceId)
serviceId - serviceId or null for nonepublic Service set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Service clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2019 Google. All rights reserved.