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