public final class UnsampledReport
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 Google Analytics API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
| Modifier and Type | Class and Description |
|---|---|
static class |
UnsampledReport.CloudStorageDownloadDetails
Download details for a file stored in Google Cloud Storage.
|
static class |
UnsampledReport.DriveDownloadDetails
Download details for a file stored in Google Drive.
|
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
UnsampledReport() |
| Modifier and Type | Method and Description |
|---|---|
UnsampledReport |
clone() |
java.lang.String |
getAccountId()
Account ID to which this unsampled report belongs.
|
UnsampledReport.CloudStorageDownloadDetails |
getCloudStorageDownloadDetails()
Download details for a file stored in Google Cloud Storage.
|
com.google.api.client.util.DateTime |
getCreated()
Time this unsampled report was created.
|
java.lang.String |
getDimensions()
The dimensions for the unsampled report.
|
java.lang.String |
getDownloadType()
The type of download you need to use for the report data file.
|
UnsampledReport.DriveDownloadDetails |
getDriveDownloadDetails()
Download details for a file stored in Google Drive.
|
java.lang.String |
getEndDate()
The end date for the unsampled report.
|
java.lang.String |
getFilters()
The filters for the unsampled report.
|
java.lang.String |
getId()
Unsampled report ID.
|
java.lang.String |
getKind()
Resource type for an Analytics unsampled report.
|
java.lang.String |
getMetrics()
The metrics for the unsampled report.
|
java.lang.String |
getProfileId()
View (Profile) ID to which this unsampled report belongs.
|
java.lang.String |
getSegment()
The segment for the unsampled report.
|
java.lang.String |
getSelfLink()
Link for this unsampled report.
|
java.lang.String |
getStartDate()
The start date for the unsampled report.
|
java.lang.String |
getStatus()
Status of this unsampled report.
|
java.lang.String |
getTitle()
Title of the unsampled report.
|
com.google.api.client.util.DateTime |
getUpdated()
Time this unsampled report was last modified.
|
java.lang.String |
getWebPropertyId()
Web property ID to which this unsampled report belongs.
|
UnsampledReport |
set(java.lang.String fieldName,
java.lang.Object value) |
UnsampledReport |
setAccountId(java.lang.String accountId)
Account ID to which this unsampled report belongs.
|
UnsampledReport |
setCloudStorageDownloadDetails(UnsampledReport.CloudStorageDownloadDetails cloudStorageDownloadDetails)
Download details for a file stored in Google Cloud Storage.
|
UnsampledReport |
setCreated(com.google.api.client.util.DateTime created)
Time this unsampled report was created.
|
UnsampledReport |
setDimensions(java.lang.String dimensions)
The dimensions for the unsampled report.
|
UnsampledReport |
setDownloadType(java.lang.String downloadType)
The type of download you need to use for the report data file.
|
UnsampledReport |
setDriveDownloadDetails(UnsampledReport.DriveDownloadDetails driveDownloadDetails)
Download details for a file stored in Google Drive.
|
UnsampledReport |
setEndDate(java.lang.String endDate)
The end date for the unsampled report.
|
UnsampledReport |
setFilters(java.lang.String filters)
The filters for the unsampled report.
|
UnsampledReport |
setId(java.lang.String id)
Unsampled report ID.
|
UnsampledReport |
setKind(java.lang.String kind)
Resource type for an Analytics unsampled report.
|
UnsampledReport |
setMetrics(java.lang.String metrics)
The metrics for the unsampled report.
|
UnsampledReport |
setProfileId(java.lang.String profileId)
View (Profile) ID to which this unsampled report belongs.
|
UnsampledReport |
setSegment(java.lang.String segment)
The segment for the unsampled report.
|
UnsampledReport |
setSelfLink(java.lang.String selfLink)
Link for this unsampled report.
|
UnsampledReport |
setStartDate(java.lang.String startDate)
The start date for the unsampled report.
|
UnsampledReport |
setStatus(java.lang.String status)
Status of this unsampled report.
|
UnsampledReport |
setTitle(java.lang.String title)
Title of the unsampled report.
|
UnsampledReport |
setUpdated(com.google.api.client.util.DateTime updated)
Time this unsampled report was last modified.
|
UnsampledReport |
setWebPropertyId(java.lang.String webPropertyId)
Web property ID to which this unsampled report belongs.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getAccountId()
null for nonepublic UnsampledReport setAccountId(java.lang.String accountId)
accountId - accountId or null for nonepublic UnsampledReport.CloudStorageDownloadDetails getCloudStorageDownloadDetails()
null for nonepublic UnsampledReport setCloudStorageDownloadDetails(UnsampledReport.CloudStorageDownloadDetails cloudStorageDownloadDetails)
cloudStorageDownloadDetails - cloudStorageDownloadDetails or null for nonepublic com.google.api.client.util.DateTime getCreated()
null for nonepublic UnsampledReport setCreated(com.google.api.client.util.DateTime created)
created - created or null for nonepublic java.lang.String getDimensions()
null for nonepublic UnsampledReport setDimensions(java.lang.String dimensions)
dimensions - dimensions or null for nonepublic java.lang.String getDownloadType()
null for nonepublic UnsampledReport setDownloadType(java.lang.String downloadType)
downloadType - downloadType or null for nonepublic UnsampledReport.DriveDownloadDetails getDriveDownloadDetails()
null for nonepublic UnsampledReport setDriveDownloadDetails(UnsampledReport.DriveDownloadDetails driveDownloadDetails)
driveDownloadDetails - driveDownloadDetails or null for nonepublic java.lang.String getEndDate()
null for nonepublic UnsampledReport setEndDate(java.lang.String endDate)
endDate - endDate or null for nonepublic java.lang.String getFilters()
null for nonepublic UnsampledReport setFilters(java.lang.String filters)
filters - filters or null for nonepublic java.lang.String getId()
null for nonepublic UnsampledReport setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic UnsampledReport setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getMetrics()
null for nonepublic UnsampledReport setMetrics(java.lang.String metrics)
metrics - metrics or null for nonepublic java.lang.String getProfileId()
null for nonepublic UnsampledReport setProfileId(java.lang.String profileId)
profileId - profileId or null for nonepublic java.lang.String getSegment()
null for nonepublic UnsampledReport setSegment(java.lang.String segment)
segment - segment or null for nonepublic java.lang.String getSelfLink()
null for nonepublic UnsampledReport setSelfLink(java.lang.String selfLink)
selfLink - selfLink or null for nonepublic java.lang.String getStartDate()
null for nonepublic UnsampledReport setStartDate(java.lang.String startDate)
startDate - startDate or null for nonepublic java.lang.String getStatus()
null for nonepublic UnsampledReport setStatus(java.lang.String status)
status - status or null for nonepublic java.lang.String getTitle()
null for nonepublic UnsampledReport setTitle(java.lang.String title)
title - title or null for nonepublic com.google.api.client.util.DateTime getUpdated()
null for nonepublic UnsampledReport setUpdated(com.google.api.client.util.DateTime updated)
updated - updated or null for nonepublic java.lang.String getWebPropertyId()
null for nonepublic UnsampledReport setWebPropertyId(java.lang.String webPropertyId)
webPropertyId - webPropertyId or null for nonepublic UnsampledReport set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic UnsampledReport clone()
clone in class com.google.api.client.json.GenericJson