public class SimilarityLookupRequest extends Object implements Serializable
Java class for SimilarityLookupRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimilarityLookupRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://webservices.amazon.com/AWSECommerceService/2011-08-01}Condition" minOccurs="0"/>
<element name="ItemId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="MerchantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResponseGroup" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="SimilarityType" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Intersection"/>
<enumeration value="Random"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
condition |
protected List<String> |
itemId |
protected String |
merchantId |
protected List<String> |
responseGroup |
protected String |
similarityType |
| Constructor and Description |
|---|
SimilarityLookupRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCondition()
Gets the value of the condition property.
|
List<String> |
getItemId()
Gets the value of the itemId property.
|
String |
getMerchantId()
Gets the value of the merchantId property.
|
List<String> |
getResponseGroup()
Gets the value of the responseGroup property.
|
String |
getSimilarityType()
Gets the value of the similarityType property.
|
void |
setCondition(String value)
Sets the value of the condition property.
|
void |
setMerchantId(String value)
Sets the value of the merchantId property.
|
void |
setSimilarityType(String value)
Sets the value of the similarityType property.
|
protected String condition
protected String merchantId
protected String similarityType
public String getCondition()
Stringpublic void setCondition(String value)
value - allowed object is
Stringpublic List<String> getItemId()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the itemId property.
For example, to add a new item, do as follows:
getItemId().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getMerchantId()
Stringpublic void setMerchantId(String value)
value - allowed object is
Stringpublic List<String> getResponseGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the responseGroup property.
For example, to add a new item, do as follows:
getResponseGroup().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getSimilarityType()
StringCopyright © 2013. All Rights Reserved.