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.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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.GenericJson
public UserDataMapping clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.