public final class Service extends 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
GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 GenericJson
public Service clone()
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.