public static final class UnsampledReport.DriveDownloadDetails
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
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.GenericJson
public UnsampledReport.DriveDownloadDetails clone()
clone
in class com.google.api.client.json.GenericJson