public class ProposalMarketplaceInfo extends Object
Java class for ProposalMarketplaceInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProposalMarketplaceInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="hasLocalVersionEdits" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="negotiationStatus" type="{https://www.google.com/apis/ads/publisher/v201802}NegotiationStatus" minOccurs="0"/>
<element name="marketplaceComment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="isNewVersionFromBuyer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="buyerAccountId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
buyerAccountId |
protected Boolean |
hasLocalVersionEdits |
protected Boolean |
isNewVersionFromBuyer |
protected String |
marketplaceComment |
protected NegotiationStatus |
negotiationStatus |
| Constructor and Description |
|---|
ProposalMarketplaceInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBuyerAccountId()
Gets the value of the buyerAccountId property.
|
String |
getMarketplaceComment()
Gets the value of the marketplaceComment property.
|
NegotiationStatus |
getNegotiationStatus()
Gets the value of the negotiationStatus property.
|
Boolean |
isHasLocalVersionEdits()
Gets the value of the hasLocalVersionEdits property.
|
Boolean |
isIsNewVersionFromBuyer()
Gets the value of the isNewVersionFromBuyer property.
|
void |
setBuyerAccountId(Long value)
Sets the value of the buyerAccountId property.
|
void |
setHasLocalVersionEdits(Boolean value)
Sets the value of the hasLocalVersionEdits property.
|
void |
setIsNewVersionFromBuyer(Boolean value)
Sets the value of the isNewVersionFromBuyer property.
|
void |
setMarketplaceComment(String value)
Sets the value of the marketplaceComment property.
|
void |
setNegotiationStatus(NegotiationStatus value)
Sets the value of the negotiationStatus property.
|
protected Boolean hasLocalVersionEdits
protected NegotiationStatus negotiationStatus
protected String marketplaceComment
protected Boolean isNewVersionFromBuyer
protected Long buyerAccountId
public Boolean isHasLocalVersionEdits()
Booleanpublic void setHasLocalVersionEdits(Boolean value)
value - allowed object is
Booleanpublic NegotiationStatus getNegotiationStatus()
NegotiationStatuspublic void setNegotiationStatus(NegotiationStatus value)
value - allowed object is
NegotiationStatuspublic String getMarketplaceComment()
Stringpublic void setMarketplaceComment(String value)
value - allowed object is
Stringpublic Boolean isIsNewVersionFromBuyer()
Booleanpublic void setIsNewVersionFromBuyer(Boolean value)
value - allowed object is
Booleanpublic Long getBuyerAccountId()
LongCopyright © 2018. All Rights Reserved.