public final class Asp
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 Admin Directory 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 |
---|
Asp() |
Modifier and Type | Method and Description |
---|---|
Asp |
clone() |
java.lang.Integer |
getCodeId()
The unique ID of the ASP.
|
java.lang.Long |
getCreationTime()
The time when the ASP was created.
|
java.lang.String |
getEtag()
ETag of the ASP.
|
java.lang.String |
getKind()
The type of the API resource.
|
java.lang.Long |
getLastTimeUsed()
The time when the ASP was last used.
|
java.lang.String |
getName()
The name of the application that the user, represented by their userId, entered when the ASP
was created.
|
java.lang.String |
getUserKey()
The unique ID of the user who issued the ASP.
|
Asp |
set(java.lang.String fieldName,
java.lang.Object value) |
Asp |
setCodeId(java.lang.Integer codeId)
The unique ID of the ASP.
|
Asp |
setCreationTime(java.lang.Long creationTime)
The time when the ASP was created.
|
Asp |
setEtag(java.lang.String etag)
ETag of the ASP.
|
Asp |
setKind(java.lang.String kind)
The type of the API resource.
|
Asp |
setLastTimeUsed(java.lang.Long lastTimeUsed)
The time when the ASP was last used.
|
Asp |
setName(java.lang.String name)
The name of the application that the user, represented by their userId, entered when the ASP
was created.
|
Asp |
setUserKey(java.lang.String userKey)
The unique ID of the user who issued the ASP.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Integer getCodeId()
null
for nonepublic Asp setCodeId(java.lang.Integer codeId)
codeId
- codeId or null
for nonepublic java.lang.Long getCreationTime()
null
for nonepublic Asp setCreationTime(java.lang.Long creationTime)
creationTime
- creationTime or null
for nonepublic java.lang.String getEtag()
null
for nonepublic Asp setEtag(java.lang.String etag)
etag
- etag or null
for nonepublic java.lang.String getKind()
null
for nonepublic Asp setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.lang.Long getLastTimeUsed()
null
for nonepublic Asp setLastTimeUsed(java.lang.Long lastTimeUsed)
lastTimeUsed
- lastTimeUsed or null
for nonepublic java.lang.String getName()
null
for nonepublic Asp setName(java.lang.String name)
name
- name or null
for nonepublic java.lang.String getUserKey()
null
for nonepublic Asp setUserKey(java.lang.String userKey)
userKey
- userKey or null
for nonepublic Asp set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Asp clone()
clone
in class com.google.api.client.json.GenericJson