public final class Deployment
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 Apps Script 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 |
|---|
Deployment() |
| Modifier and Type | Method and Description |
|---|---|
Deployment |
clone() |
DeploymentConfig |
getDeploymentConfig()
The deployment configuration.
|
java.lang.String |
getDeploymentId()
The deployment ID for this deployment.
|
java.util.List<EntryPoint> |
getEntryPoints()
The deployment's entry points.
|
java.lang.String |
getUpdateTime()
Last modified date time stamp.
|
Deployment |
set(java.lang.String fieldName,
java.lang.Object value) |
Deployment |
setDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
|
Deployment |
setDeploymentId(java.lang.String deploymentId)
The deployment ID for this deployment.
|
Deployment |
setEntryPoints(java.util.List<EntryPoint> entryPoints)
The deployment's entry points.
|
Deployment |
setUpdateTime(java.lang.String updateTime)
Last modified date time stamp.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic DeploymentConfig getDeploymentConfig()
null for nonepublic Deployment setDeploymentConfig(DeploymentConfig deploymentConfig)
deploymentConfig - deploymentConfig or null for nonepublic java.lang.String getDeploymentId()
null for nonepublic Deployment setDeploymentId(java.lang.String deploymentId)
deploymentId - deploymentId or null for nonepublic java.util.List<EntryPoint> getEntryPoints()
null for nonepublic Deployment setEntryPoints(java.util.List<EntryPoint> entryPoints)
entryPoints - entryPoints or null for nonepublic java.lang.String getUpdateTime()
null for nonepublic Deployment setUpdateTime(java.lang.String updateTime)
updateTime - updateTime or null for nonepublic Deployment set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Deployment clone()
clone in class com.google.api.client.json.GenericJson