public final class DealPauseStatus extends 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 Ad Exchange Buyer API II. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DealPauseStatus() |
| Modifier and Type | Method and Description |
|---|---|
DealPauseStatus |
clone() |
String |
getBuyerPauseReason()
The buyer's reason for pausing, if the buyer paused the deal.
|
String |
getFirstPausedBy()
The role of the person who first paused this deal.
|
Boolean |
getHasBuyerPaused()
True, if the buyer has paused the deal unilaterally.
|
Boolean |
getHasSellerPaused()
True, if the seller has paused the deal unilaterally.
|
String |
getSellerPauseReason()
The seller's reason for pausing, if the seller paused the deal.
|
DealPauseStatus |
set(String fieldName,
Object value) |
DealPauseStatus |
setBuyerPauseReason(String buyerPauseReason)
The buyer's reason for pausing, if the buyer paused the deal.
|
DealPauseStatus |
setFirstPausedBy(String firstPausedBy)
The role of the person who first paused this deal.
|
DealPauseStatus |
setHasBuyerPaused(Boolean hasBuyerPaused)
True, if the buyer has paused the deal unilaterally.
|
DealPauseStatus |
setHasSellerPaused(Boolean hasSellerPaused)
True, if the seller has paused the deal unilaterally.
|
DealPauseStatus |
setSellerPauseReason(String sellerPauseReason)
The seller's reason for pausing, if the seller paused the deal.
|
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 getBuyerPauseReason()
null for nonepublic DealPauseStatus setBuyerPauseReason(String buyerPauseReason)
buyerPauseReason - buyerPauseReason or null for nonepublic String getFirstPausedBy()
null for nonepublic DealPauseStatus setFirstPausedBy(String firstPausedBy)
firstPausedBy - firstPausedBy or null for nonepublic Boolean getHasBuyerPaused()
null for nonepublic DealPauseStatus setHasBuyerPaused(Boolean hasBuyerPaused)
hasBuyerPaused - hasBuyerPaused or null for nonepublic Boolean getHasSellerPaused()
null for nonepublic DealPauseStatus setHasSellerPaused(Boolean hasSellerPaused)
hasSellerPaused - hasSellerPaused or null for nonepublic String getSellerPauseReason()
null for nonepublic DealPauseStatus setSellerPauseReason(String sellerPauseReason)
sellerPauseReason - sellerPauseReason or null for nonepublic DealPauseStatus set(String fieldName, Object value)
set in class GenericJsonpublic DealPauseStatus clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.