public final class UserDataMapping
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 Cloud Healthcare API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
UserDataMapping() |
| Modifier and Type | Method and Description |
|---|---|
UserDataMapping |
clone() |
Boolean |
getArchived()
Output only.
|
String |
getArchiveTime()
Output only.
|
String |
getDataId()
Required.
|
String |
getName()
Resource name of the User data mapping, of the form `projects/{project_id}/locations/{location_
id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_
id}`.
|
List<Attribute> |
getResourceAttributes()
Attributes of the resource.
|
String |
getUserId()
Required.
|
UserDataMapping |
set(String fieldName,
Object value) |
UserDataMapping |
setArchived(Boolean archived)
Output only.
|
UserDataMapping |
setArchiveTime(String archiveTime)
Output only.
|
UserDataMapping |
setDataId(String dataId)
Required.
|
UserDataMapping |
setName(String name)
Resource name of the User data mapping, of the form `projects/{project_id}/locations/{location_
id}/datasets/{dataset_id}/consentStores/{consent_store_id}/userDataMappings/{user_data_mapping_
id}`.
|
UserDataMapping |
setResourceAttributes(List<Attribute> resourceAttributes)
Attributes of the resource.
|
UserDataMapping |
setUserId(String userId)
Required.
|
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 getArchiveTime()
null for nonepublic UserDataMapping setArchiveTime(String archiveTime)
archiveTime - archiveTime or null for nonepublic Boolean getArchived()
null for nonepublic UserDataMapping setArchived(Boolean archived)
archived - archived or null for nonepublic String getDataId()
null for nonepublic UserDataMapping setDataId(String dataId)
dataId - dataId or null for nonepublic String getName()
null for nonepublic UserDataMapping setName(String name)
name - name or null for nonepublic List<Attribute> getResourceAttributes()
null for nonepublic UserDataMapping setResourceAttributes(List<Attribute> resourceAttributes)
resourceAttributes - resourceAttributes or null for nonepublic String getUserId()
null for nonepublic UserDataMapping setUserId(String userId)
userId - userId or null for nonepublic UserDataMapping set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UserDataMapping clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.