public static final class UnsampledReport.CloudStorageDownloadDetails
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
UnsampledReport.CloudStorageDownloadDetails() |
| Modifier and Type | Method and Description |
|---|---|
UnsampledReport.CloudStorageDownloadDetails |
clone() |
java.lang.String |
getBucketId()
Id of the bucket the file object is stored in.
|
java.lang.String |
getObjectId()
Id of the file object containing the report data.
|
UnsampledReport.CloudStorageDownloadDetails |
set(java.lang.String fieldName,
java.lang.Object value) |
UnsampledReport.CloudStorageDownloadDetails |
setBucketId(java.lang.String bucketId)
Id of the bucket the file object is stored in.
|
UnsampledReport.CloudStorageDownloadDetails |
setObjectId(java.lang.String objectId)
Id of the file object containing the report data.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic UnsampledReport.CloudStorageDownloadDetails()
public java.lang.String getBucketId()
null for nonepublic UnsampledReport.CloudStorageDownloadDetails setBucketId(java.lang.String bucketId)
bucketId - bucketId or null for nonepublic java.lang.String getObjectId()
null for nonepublic UnsampledReport.CloudStorageDownloadDetails setObjectId(java.lang.String objectId)
objectId - objectId or null for nonepublic UnsampledReport.CloudStorageDownloadDetails set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic UnsampledReport.CloudStorageDownloadDetails clone()
clone in class com.google.api.client.json.GenericJson