public class MarketplaceComment extends Object
Proposal that has been sent to Marketplace.
Java class for MarketplaceComment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarketplaceComment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="proposalId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="creationTime" type="{https://www.google.com/apis/ads/publisher/v201711}DateTime" minOccurs="0"/>
<element name="createdBySeller" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected Boolean |
createdBySeller |
protected DateTime |
creationTime |
protected Long |
proposalId |
| Constructor and Description |
|---|
MarketplaceComment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the value of the comment property.
|
DateTime |
getCreationTime()
Gets the value of the creationTime property.
|
Long |
getProposalId()
Gets the value of the proposalId property.
|
Boolean |
isCreatedBySeller()
Gets the value of the createdBySeller property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setCreatedBySeller(Boolean value)
Sets the value of the createdBySeller property.
|
void |
setCreationTime(DateTime value)
Sets the value of the creationTime property.
|
void |
setProposalId(Long value)
Sets the value of the proposalId property.
|
protected Long proposalId
protected String comment
protected DateTime creationTime
protected Boolean createdBySeller
public Long getProposalId()
Longpublic void setProposalId(Long value)
value - allowed object is
Longpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic DateTime getCreationTime()
DateTimepublic void setCreationTime(DateTime value)
value - allowed object is
DateTimepublic Boolean isCreatedBySeller()
BooleanCopyright © 2018. All Rights Reserved.