public final class UnsampledReport extends 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: https://developers.google.com/api-client-library/java/google-http-java-client/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.
|
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UnsampledReport() |
| Modifier and Type | Method and Description |
|---|---|
UnsampledReport |
clone() |
String |
getAccountId()
Account ID to which this unsampled report belongs.
|
UnsampledReport.CloudStorageDownloadDetails |
getCloudStorageDownloadDetails()
Download details for a file stored in Google Cloud Storage.
|
DateTime |
getCreated()
Time this unsampled report was created.
|
String |
getDimensions()
The dimensions for the unsampled report.
|
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.
|
String |
getEndDate()
The end date for the unsampled report.
|
String |
getFilters()
The filters for the unsampled report.
|
String |
getId()
Unsampled report ID.
|
String |
getKind()
Resource type for an Analytics unsampled report.
|
String |
getMetrics()
The metrics for the unsampled report.
|
String |
getProfileId()
View (Profile) ID to which this unsampled report belongs.
|
String |
getSegment()
The segment for the unsampled report.
|
String |
getSelfLink()
Link for this unsampled report.
|
String |
getStartDate()
The start date for the unsampled report.
|
String |
getStatus()
Status of this unsampled report.
|
String |
getTitle()
Title of the unsampled report.
|
DateTime |
getUpdated()
Time this unsampled report was last modified.
|
String |
getWebPropertyId()
Web property ID to which this unsampled report belongs.
|
UnsampledReport |
set(String fieldName,
Object value) |
UnsampledReport |
setAccountId(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(DateTime created)
Time this unsampled report was created.
|
UnsampledReport |
setDimensions(String dimensions)
The dimensions for the unsampled report.
|
UnsampledReport |
setDownloadType(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(String endDate)
The end date for the unsampled report.
|
UnsampledReport |
setFilters(String filters)
The filters for the unsampled report.
|
UnsampledReport |
setId(String id)
Unsampled report ID.
|
UnsampledReport |
setKind(String kind)
Resource type for an Analytics unsampled report.
|
UnsampledReport |
setMetrics(String metrics)
The metrics for the unsampled report.
|
UnsampledReport |
setProfileId(String profileId)
View (Profile) ID to which this unsampled report belongs.
|
UnsampledReport |
setSegment(String segment)
The segment for the unsampled report.
|
UnsampledReport |
setSelfLink(String selfLink)
Link for this unsampled report.
|
UnsampledReport |
setStartDate(String startDate)
The start date for the unsampled report.
|
UnsampledReport |
setStatus(String status)
Status of this unsampled report.
|
UnsampledReport |
setTitle(String title)
Title of the unsampled report.
|
UnsampledReport |
setUpdated(DateTime updated)
Time this unsampled report was last modified.
|
UnsampledReport |
setWebPropertyId(String webPropertyId)
Web property ID to which this unsampled report belongs.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getAccountId()
null for nonepublic UnsampledReport setAccountId(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 DateTime getCreated()
null for nonepublic UnsampledReport setCreated(DateTime created)
created - created or null for nonepublic String getDimensions()
null for nonepublic UnsampledReport setDimensions(String dimensions)
dimensions - dimensions or null for nonepublic String getDownloadType()
null for nonepublic UnsampledReport setDownloadType(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 String getEndDate()
null for nonepublic UnsampledReport setEndDate(String endDate)
endDate - endDate or null for nonepublic String getFilters()
null for nonepublic UnsampledReport setFilters(String filters)
filters - filters or null for nonepublic String getId()
null for nonepublic UnsampledReport setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic UnsampledReport setKind(String kind)
kind - kind or null for nonepublic String getMetrics()
null for nonepublic UnsampledReport setMetrics(String metrics)
metrics - metrics or null for nonepublic String getProfileId()
null for nonepublic UnsampledReport setProfileId(String profileId)
profileId - profileId or null for nonepublic String getSegment()
null for nonepublic UnsampledReport setSegment(String segment)
segment - segment or null for nonepublic String getSelfLink()
null for nonepublic UnsampledReport setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getStartDate()
null for nonepublic UnsampledReport setStartDate(String startDate)
startDate - startDate or null for nonepublic String getStatus()
null for nonepublic UnsampledReport setStatus(String status)
status - status or null for nonepublic String getTitle()
null for nonepublic UnsampledReport setTitle(String title)
title - title or null for nonepublic DateTime getUpdated()
null for nonepublic UnsampledReport setUpdated(DateTime updated)
updated - updated or null for nonepublic String getWebPropertyId()
null for nonepublic UnsampledReport setWebPropertyId(String webPropertyId)
webPropertyId - webPropertyId or null for nonepublic UnsampledReport set(String fieldName, Object value)
set in class GenericJsonpublic UnsampledReport clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.