public static final class UnsampledReport.CloudStorageDownloadDetails extends GenericJson
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UnsampledReport.CloudStorageDownloadDetails() |
| Modifier and Type | Method and Description |
|---|---|
UnsampledReport.CloudStorageDownloadDetails |
clone() |
String |
getBucketId()
Id of the bucket the file object is stored in.
|
String |
getObjectId()
Id of the file object containing the report data.
|
UnsampledReport.CloudStorageDownloadDetails |
set(String fieldName,
Object value) |
UnsampledReport.CloudStorageDownloadDetails |
setBucketId(String bucketId)
Id of the bucket the file object is stored in.
|
UnsampledReport.CloudStorageDownloadDetails |
setObjectId(String objectId)
Id of the file object containing the report data.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic UnsampledReport.CloudStorageDownloadDetails()
public String getBucketId()
null for nonepublic UnsampledReport.CloudStorageDownloadDetails setBucketId(String bucketId)
bucketId - bucketId or null for nonepublic String getObjectId()
null for nonepublic UnsampledReport.CloudStorageDownloadDetails setObjectId(String objectId)
objectId - objectId or null for nonepublic UnsampledReport.CloudStorageDownloadDetails set(String fieldName, Object value)
set in class GenericJsonpublic UnsampledReport.CloudStorageDownloadDetails clone()
clone in class GenericJson