public static final class UnsampledReport.DriveDownloadDetails
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
UnsampledReport.DriveDownloadDetails() |
| Modifier and Type | Method and Description |
|---|---|
UnsampledReport.DriveDownloadDetails |
clone() |
java.lang.String |
getDocumentId()
Id of the document/file containing the report data.
|
UnsampledReport.DriveDownloadDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
UnsampledReport.DriveDownloadDetails |
setDocumentId(java.lang.String documentId)
Id of the document/file containing the report data.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic UnsampledReport.DriveDownloadDetails()
public java.lang.String getDocumentId()
null for nonepublic UnsampledReport.DriveDownloadDetails setDocumentId(java.lang.String documentId)
documentId - documentId or null for nonepublic UnsampledReport.DriveDownloadDetails set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic UnsampledReport.DriveDownloadDetails clone()
clone in class com.google.api.client.json.GenericJson