public final class Asp 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 Admin SDK API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Asp() |
| Modifier and Type | Method and Description |
|---|---|
Asp |
clone() |
Integer |
getCodeId()
The unique ID of the ASP.
|
Long |
getCreationTime()
The time when the ASP was created.
|
String |
getEtag()
ETag of the ASP.
|
String |
getKind()
The type of the API resource.
|
Long |
getLastTimeUsed()
The time when the ASP was last used.
|
String |
getName()
The name of the application that the user, represented by their `userId`, entered when the ASP
was created.
|
String |
getUserKey()
The unique ID of the user who issued the ASP.
|
Asp |
set(String fieldName,
Object value) |
Asp |
setCodeId(Integer codeId)
The unique ID of the ASP.
|
Asp |
setCreationTime(Long creationTime)
The time when the ASP was created.
|
Asp |
setEtag(String etag)
ETag of the ASP.
|
Asp |
setKind(String kind)
The type of the API resource.
|
Asp |
setLastTimeUsed(Long lastTimeUsed)
The time when the ASP was last used.
|
Asp |
setName(String name)
The name of the application that the user, represented by their `userId`, entered when the ASP
was created.
|
Asp |
setUserKey(String userKey)
The unique ID of the user who issued the ASP.
|
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 Integer getCodeId()
null for nonepublic Asp setCodeId(Integer codeId)
codeId - codeId or null for nonepublic Long getCreationTime()
null for nonepublic Asp setCreationTime(Long creationTime)
creationTime - creationTime or null for nonepublic String getEtag()
null for nonepublic String getKind()
null for nonepublic Asp setKind(String kind)
kind - kind or null for nonepublic Long getLastTimeUsed()
null for nonepublic Asp setLastTimeUsed(Long lastTimeUsed)
lastTimeUsed - lastTimeUsed or null for nonepublic String getName()
null for nonepublic Asp setName(String name)
name - name or null for nonepublic String getUserKey()
null for nonepublic Asp setUserKey(String userKey)
userKey - userKey or null for nonepublic Asp set(String fieldName, Object value)
set in class GenericJsonpublic Asp clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.