public class GetBidLandscapeByKeywordIdsRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="KeywordIds" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOflong" minOccurs="0"/>
<element name="IncludeCurrentBid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
includeCurrentBid |
protected ArrayOflong |
keywordIds |
| Constructor and Description |
|---|
GetBidLandscapeByKeywordIdsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIncludeCurrentBid()
Gets the value of the includeCurrentBid property.
|
ArrayOflong |
getKeywordIds()
Gets the value of the keywordIds property.
|
void |
setIncludeCurrentBid(Boolean value)
Sets the value of the includeCurrentBid property.
|
void |
setKeywordIds(ArrayOflong value)
Sets the value of the keywordIds property.
|
protected ArrayOflong keywordIds
protected Boolean includeCurrentBid
public ArrayOflong getKeywordIds()
ArrayOflongpublic void setKeywordIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic Boolean getIncludeCurrentBid()
BooleanCopyright © 2024. All rights reserved.