public class KeywordPerformanceReportSort extends Object
Java class for KeywordPerformanceReportSort complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeywordPerformanceReportSort">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SortColumn" type="{https://bingads.microsoft.com/Reporting/v13}KeywordPerformanceReportColumn"/>
<element name="SortOrder" type="{https://bingads.microsoft.com/Reporting/v13}SortOrder"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected KeywordPerformanceReportColumn |
sortColumn |
protected SortOrder |
sortOrder |
| Constructor and Description |
|---|
KeywordPerformanceReportSort() |
| Modifier and Type | Method and Description |
|---|---|
KeywordPerformanceReportColumn |
getSortColumn()
Gets the value of the sortColumn property.
|
SortOrder |
getSortOrder()
Gets the value of the sortOrder property.
|
void |
setSortColumn(KeywordPerformanceReportColumn value)
Sets the value of the sortColumn property.
|
void |
setSortOrder(SortOrder value)
Sets the value of the sortOrder property.
|
protected KeywordPerformanceReportColumn sortColumn
protected SortOrder sortOrder
public KeywordPerformanceReportColumn getSortColumn()
KeywordPerformanceReportColumnpublic void setSortColumn(KeywordPerformanceReportColumn value)
value - allowed object is
KeywordPerformanceReportColumnpublic SortOrder getSortOrder()
SortOrderCopyright © 2024. All rights reserved.