public final class CustomBiddingAlgorithm
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 |
|---|
CustomBiddingAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
CustomBiddingAlgorithm |
clone() |
Long |
getAdvertiserId()
Immutable.
|
Long |
getCustomBiddingAlgorithmId()
Output only.
|
String |
getCustomBiddingAlgorithmType()
Required.
|
String |
getDisplayName()
Required.
|
String |
getEntityStatus()
Controls whether or not the custom bidding algorithm can be used as a bidding strategy.
|
List<CustomBiddingModelDetails> |
getModelDetails()
Output only.
|
String |
getName()
Output only.
|
Long |
getPartnerId()
Immutable.
|
List<Long> |
getSharedAdvertiserIds()
The IDs of the advertisers who have access to this algorithm.
|
CustomBiddingAlgorithm |
set(String fieldName,
Object value) |
CustomBiddingAlgorithm |
setAdvertiserId(Long advertiserId)
Immutable.
|
CustomBiddingAlgorithm |
setCustomBiddingAlgorithmId(Long customBiddingAlgorithmId)
Output only.
|
CustomBiddingAlgorithm |
setCustomBiddingAlgorithmType(String customBiddingAlgorithmType)
Required.
|
CustomBiddingAlgorithm |
setDisplayName(String displayName)
Required.
|
CustomBiddingAlgorithm |
setEntityStatus(String entityStatus)
Controls whether or not the custom bidding algorithm can be used as a bidding strategy.
|
CustomBiddingAlgorithm |
setModelDetails(List<CustomBiddingModelDetails> modelDetails)
Output only.
|
CustomBiddingAlgorithm |
setName(String name)
Output only.
|
CustomBiddingAlgorithm |
setPartnerId(Long partnerId)
Immutable.
|
CustomBiddingAlgorithm |
setSharedAdvertiserIds(List<Long> sharedAdvertiserIds)
The IDs of the advertisers who have access to this algorithm.
|
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 Long getAdvertiserId()
null for nonepublic CustomBiddingAlgorithm setAdvertiserId(Long advertiserId)
advertiserId - advertiserId or null for nonepublic Long getCustomBiddingAlgorithmId()
null for nonepublic CustomBiddingAlgorithm setCustomBiddingAlgorithmId(Long customBiddingAlgorithmId)
customBiddingAlgorithmId - customBiddingAlgorithmId or null for nonepublic String getCustomBiddingAlgorithmType()
null for nonepublic CustomBiddingAlgorithm setCustomBiddingAlgorithmType(String customBiddingAlgorithmType)
customBiddingAlgorithmType - customBiddingAlgorithmType or null for nonepublic String getDisplayName()
null for nonepublic CustomBiddingAlgorithm setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getEntityStatus()
null for nonepublic CustomBiddingAlgorithm setEntityStatus(String entityStatus)
entityStatus - entityStatus or null for nonepublic List<CustomBiddingModelDetails> getModelDetails()
null for nonepublic CustomBiddingAlgorithm setModelDetails(List<CustomBiddingModelDetails> modelDetails)
modelDetails - modelDetails or null for nonepublic String getName()
null for nonepublic CustomBiddingAlgorithm setName(String name)
name - name or null for nonepublic Long getPartnerId()
null for nonepublic CustomBiddingAlgorithm setPartnerId(Long partnerId)
partnerId - partnerId or null for nonepublic List<Long> getSharedAdvertiserIds()
null for nonepublic CustomBiddingAlgorithm setSharedAdvertiserIds(List<Long> sharedAdvertiserIds)
sharedAdvertiserIds - sharedAdvertiserIds or null for nonepublic CustomBiddingAlgorithm set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CustomBiddingAlgorithm clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.