public final class ZipInfo
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 App Engine Admin 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 |
|---|
ZipInfo() |
| Modifier and Type | Method and Description |
|---|---|
ZipInfo |
clone() |
java.lang.Integer |
getFilesCount()
An estimate of the number of files in a zip for a zip deployment.
|
java.lang.String |
getSourceUrl()
URL of the zip file to deploy from.
|
ZipInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
ZipInfo |
setFilesCount(java.lang.Integer filesCount)
An estimate of the number of files in a zip for a zip deployment.
|
ZipInfo |
setSourceUrl(java.lang.String sourceUrl)
URL of the zip file to deploy from.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Integer getFilesCount()
null for nonepublic ZipInfo setFilesCount(java.lang.Integer filesCount)
filesCount - filesCount or null for nonepublic java.lang.String getSourceUrl()
null for nonepublic ZipInfo setSourceUrl(java.lang.String sourceUrl)
sourceUrl - sourceUrl or null for nonepublic ZipInfo set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ZipInfo clone()
clone in class com.google.api.client.json.GenericJson