public final class ServiceAccountKey
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 Google Play EMM 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.Flags
Constructor and Description |
---|
ServiceAccountKey() |
Modifier and Type | Method and Description |
---|---|
ServiceAccountKey |
clone() |
java.lang.String |
getData()
The body of the private key credentials file, in string format.
|
java.lang.String |
getId()
An opaque, unique identifier for this ServiceAccountKey.
|
java.lang.String |
getKind() |
java.lang.String |
getPublicData()
Public key data for the credentials file.
|
java.lang.String |
getType()
The file format of the generated key data.
|
ServiceAccountKey |
set(java.lang.String fieldName,
java.lang.Object value) |
ServiceAccountKey |
setData(java.lang.String data)
The body of the private key credentials file, in string format.
|
ServiceAccountKey |
setId(java.lang.String id)
An opaque, unique identifier for this ServiceAccountKey.
|
ServiceAccountKey |
setKind(java.lang.String kind) |
ServiceAccountKey |
setPublicData(java.lang.String publicData)
Public key data for the credentials file.
|
ServiceAccountKey |
setType(java.lang.String type)
The file format of the generated key data.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getData()
null
for nonepublic ServiceAccountKey setData(java.lang.String data)
data
- data or null
for nonepublic java.lang.String getId()
null
for nonepublic ServiceAccountKey setId(java.lang.String id)
id
- id or null
for nonepublic java.lang.String getKind()
null
for nonepublic ServiceAccountKey setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.String getPublicData()
null
for nonepublic ServiceAccountKey setPublicData(java.lang.String publicData)
publicData
- publicData or null
for nonepublic java.lang.String getType()
null
for nonepublic ServiceAccountKey setType(java.lang.String type)
type
- type or null
for nonepublic ServiceAccountKey set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ServiceAccountKey clone()
clone
in class com.google.api.client.json.GenericJson