public class GetEstimatedPositionByKeywordIdsRequest 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="MaxBid" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOflong |
keywordIds |
protected Double |
maxBid |
| Constructor and Description |
|---|
GetEstimatedPositionByKeywordIdsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOflong |
getKeywordIds()
Gets the value of the keywordIds property.
|
Double |
getMaxBid()
Gets the value of the maxBid property.
|
void |
setKeywordIds(ArrayOflong value)
Sets the value of the keywordIds property.
|
void |
setMaxBid(Double value)
Sets the value of the maxBid property.
|
protected ArrayOflong keywordIds
protected Double maxBid
public GetEstimatedPositionByKeywordIdsRequest()
public ArrayOflong getKeywordIds()
ArrayOflongpublic void setKeywordIds(ArrayOflong value)
value - allowed object is
ArrayOflongpublic Double getMaxBid()
DoubleCopyright © 2024. All rights reserved.