public final class YoutubeAssetAssociationLocationAssetFilter
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 Display & Video 360 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 |
|---|
YoutubeAssetAssociationLocationAssetFilter() |
| Modifier and Type | Method and Description |
|---|---|
YoutubeAssetAssociationLocationAssetFilter |
clone() |
Long |
getAssetSetId()
Output only.
|
YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction |
getLocationMatchingFunction()
Optional.
|
String |
getLocationMatchingType()
Required.
|
YoutubeAssetAssociationLocationAssetFilter |
set(String fieldName,
Object value) |
YoutubeAssetAssociationLocationAssetFilter |
setAssetSetId(Long assetSetId)
Output only.
|
YoutubeAssetAssociationLocationAssetFilter |
setLocationMatchingFunction(YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction locationMatchingFunction)
Optional.
|
YoutubeAssetAssociationLocationAssetFilter |
setLocationMatchingType(String locationMatchingType)
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 YoutubeAssetAssociationLocationAssetFilter()
public Long getAssetSetId()
null for nonepublic YoutubeAssetAssociationLocationAssetFilter setAssetSetId(Long assetSetId)
assetSetId - assetSetId or null for nonepublic YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction getLocationMatchingFunction()
null for nonepublic YoutubeAssetAssociationLocationAssetFilter setLocationMatchingFunction(YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction locationMatchingFunction)
locationMatchingFunction - locationMatchingFunction or null for nonepublic String getLocationMatchingType()
null for nonepublic YoutubeAssetAssociationLocationAssetFilter setLocationMatchingType(String locationMatchingType)
locationMatchingType - locationMatchingType or null for nonepublic YoutubeAssetAssociationLocationAssetFilter set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic YoutubeAssetAssociationLocationAssetFilter clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.