public final class Proposal 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 |
|---|
Proposal() |
| Modifier and Type | Method and Description |
|---|---|
Proposal |
clone() |
Buyer |
getBilledBuyer()
Output only.
|
Buyer |
getBuyer()
Reference to the buyer on the proposal.
|
List<ContactInformation> |
getBuyerContacts()
Contact information for the buyer.
|
PrivateData |
getBuyerPrivateData()
Private data for buyer.
|
List<Deal> |
getDeals()
The deals associated with this proposal.
|
String |
getDisplayName()
The name for the proposal.
|
Boolean |
getIsRenegotiating()
Output only.
|
Boolean |
getIsSetupComplete()
Output only.
|
String |
getLastUpdaterOrCommentorRole()
Output only.
|
List<Note> |
getNotes()
Output only.
|
String |
getOriginatorRole()
Output only.
|
String |
getPrivateAuctionId()
Output only.
|
String |
getProposalId()
Output only.
|
Long |
getProposalRevision()
Output only.
|
String |
getProposalState()
Output only.
|
Seller |
getSeller()
Reference to the seller on the proposal.
|
List<ContactInformation> |
getSellerContacts()
Output only.
|
String |
getTermsAndConditions()
Output only.
|
String |
getUpdateTime()
Output only.
|
Proposal |
set(String fieldName,
Object value) |
Proposal |
setBilledBuyer(Buyer billedBuyer)
Output only.
|
Proposal |
setBuyer(Buyer buyer)
Reference to the buyer on the proposal.
|
Proposal |
setBuyerContacts(List<ContactInformation> buyerContacts)
Contact information for the buyer.
|
Proposal |
setBuyerPrivateData(PrivateData buyerPrivateData)
Private data for buyer.
|
Proposal |
setDeals(List<Deal> deals)
The deals associated with this proposal.
|
Proposal |
setDisplayName(String displayName)
The name for the proposal.
|
Proposal |
setIsRenegotiating(Boolean isRenegotiating)
Output only.
|
Proposal |
setIsSetupComplete(Boolean isSetupComplete)
Output only.
|
Proposal |
setLastUpdaterOrCommentorRole(String lastUpdaterOrCommentorRole)
Output only.
|
Proposal |
setNotes(List<Note> notes)
Output only.
|
Proposal |
setOriginatorRole(String originatorRole)
Output only.
|
Proposal |
setPrivateAuctionId(String privateAuctionId)
Output only.
|
Proposal |
setProposalId(String proposalId)
Output only.
|
Proposal |
setProposalRevision(Long proposalRevision)
Output only.
|
Proposal |
setProposalState(String proposalState)
Output only.
|
Proposal |
setSeller(Seller seller)
Reference to the seller on the proposal.
|
Proposal |
setSellerContacts(List<ContactInformation> sellerContacts)
Output only.
|
Proposal |
setTermsAndConditions(String termsAndConditions)
Output only.
|
Proposal |
setUpdateTime(String updateTime)
Output only.
|
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 Buyer getBilledBuyer()
null for nonepublic Proposal setBilledBuyer(Buyer billedBuyer)
billedBuyer - billedBuyer or null for nonepublic Buyer getBuyer()
null for nonepublic Proposal setBuyer(Buyer buyer)
buyer - buyer or null for nonepublic List<ContactInformation> getBuyerContacts()
null for nonepublic Proposal setBuyerContacts(List<ContactInformation> buyerContacts)
buyerContacts - buyerContacts or null for nonepublic PrivateData getBuyerPrivateData()
null for nonepublic Proposal setBuyerPrivateData(PrivateData buyerPrivateData)
buyerPrivateData - buyerPrivateData or null for nonepublic List<Deal> getDeals()
null for nonepublic Proposal setDeals(List<Deal> deals)
deals - deals or null for nonepublic String getDisplayName()
null for nonepublic Proposal setDisplayName(String displayName)
displayName - displayName or null for nonepublic Boolean getIsRenegotiating()
null for nonepublic Proposal setIsRenegotiating(Boolean isRenegotiating)
isRenegotiating - isRenegotiating or null for nonepublic Boolean getIsSetupComplete()
null for nonepublic Proposal setIsSetupComplete(Boolean isSetupComplete)
isSetupComplete - isSetupComplete or null for nonepublic String getLastUpdaterOrCommentorRole()
null for nonepublic Proposal setLastUpdaterOrCommentorRole(String lastUpdaterOrCommentorRole)
lastUpdaterOrCommentorRole - lastUpdaterOrCommentorRole or null for nonepublic List<Note> getNotes()
null for nonepublic Proposal setNotes(List<Note> notes)
notes - notes or null for nonepublic String getOriginatorRole()
null for nonepublic Proposal setOriginatorRole(String originatorRole)
originatorRole - originatorRole or null for nonepublic String getPrivateAuctionId()
null for nonepublic Proposal setPrivateAuctionId(String privateAuctionId)
privateAuctionId - privateAuctionId or null for nonepublic String getProposalId()
null for nonepublic Proposal setProposalId(String proposalId)
proposalId - proposalId or null for nonepublic Long getProposalRevision()
null for nonepublic Proposal setProposalRevision(Long proposalRevision)
proposalRevision - proposalRevision or null for nonepublic String getProposalState()
null for nonepublic Proposal setProposalState(String proposalState)
proposalState - proposalState or null for nonepublic Seller getSeller()
null for nonepublic Proposal setSeller(Seller seller)
seller - seller or null for nonepublic List<ContactInformation> getSellerContacts()
null for nonepublic Proposal setSellerContacts(List<ContactInformation> sellerContacts)
sellerContacts - sellerContacts or null for nonepublic String getTermsAndConditions()
null for nonepublic Proposal setTermsAndConditions(String termsAndConditions)
termsAndConditions - termsAndConditions or null for nonepublic String getUpdateTime()
null for nonepublic Proposal setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic Proposal set(String fieldName, Object value)
set in class GenericJsonpublic Proposal clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.