public class ProposalServiceInterfacegetMarketplaceCommentsByStatementResponse extends Object
Java class for getMarketplaceCommentsByStatementResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="getMarketplaceCommentsByStatementResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rval" type="{https://www.google.com/apis/ads/publisher/v201711}MarketplaceCommentPage" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Modifier and Type | Field and Description |
|---|---|
protected MarketplaceCommentPage |
rval |
| Constructor and Description |
|---|
ProposalServiceInterfacegetMarketplaceCommentsByStatementResponse() |
| Modifier and Type | Method and Description |
|---|---|
MarketplaceCommentPage |
getRval()
Gets the value of the rval property.
|
void |
setRval(MarketplaceCommentPage value)
Sets the value of the rval property.
|
protected MarketplaceCommentPage rval
public ProposalServiceInterfacegetMarketplaceCommentsByStatementResponse()
public MarketplaceCommentPage getRval()
MarketplaceCommentPagepublic void setRval(MarketplaceCommentPage value)
value - allowed object is
MarketplaceCommentPageCopyright © 2018. All Rights Reserved.