public class SearchAssetsByMetadataParam
extends java.lang.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="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="filters" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}SearchFilter" minOccurs="0"/> <element name="metadataConditionArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}MetadataConditionArray" minOccurs="0"/> <element name="metadataConditionMatchMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="responseMetadataArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}StringArray" minOccurs="0"/> <element name="recordsPerPage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="resultsPage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="sortBy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sortDirection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="haystackSearch" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="assetHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="siftWeight" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="colorWeight" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="blobWeight" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="gistWeight" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="similarityLimit" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/> <element name="resultLimit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
SearchAssetsByMetadataParam.HaystackSearch
Java class for anonymous complex type.
|
Constructor and Description |
---|
SearchAssetsByMetadataParam() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
SearchFilter |
getFilters()
Gets the value of the filters property.
|
SearchAssetsByMetadataParam.HaystackSearch |
getHaystackSearch()
Gets the value of the haystackSearch property.
|
MetadataConditionArray |
getMetadataConditionArray()
Gets the value of the metadataConditionArray property.
|
java.lang.String |
getMetadataConditionMatchMode()
Gets the value of the metadataConditionMatchMode property.
|
java.lang.Integer |
getRecordsPerPage()
Gets the value of the recordsPerPage property.
|
StringArray |
getResponseMetadataArray()
Gets the value of the responseMetadataArray property.
|
java.lang.Integer |
getResultsPage()
Gets the value of the resultsPage property.
|
java.lang.String |
getSortBy()
Gets the value of the sortBy property.
|
java.lang.String |
getSortDirection()
Gets the value of the sortDirection property.
|
void |
setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle property.
|
void |
setFilters(SearchFilter value)
Sets the value of the filters property.
|
void |
setHaystackSearch(SearchAssetsByMetadataParam.HaystackSearch value)
Sets the value of the haystackSearch property.
|
void |
setMetadataConditionArray(MetadataConditionArray value)
Sets the value of the metadataConditionArray property.
|
void |
setMetadataConditionMatchMode(java.lang.String value)
Sets the value of the metadataConditionMatchMode property.
|
void |
setRecordsPerPage(java.lang.Integer value)
Sets the value of the recordsPerPage property.
|
void |
setResponseMetadataArray(StringArray value)
Sets the value of the responseMetadataArray property.
|
void |
setResultsPage(java.lang.Integer value)
Sets the value of the resultsPage property.
|
void |
setSortBy(java.lang.String value)
Sets the value of the sortBy property.
|
void |
setSortDirection(java.lang.String value)
Sets the value of the sortDirection property.
|
public java.lang.String getCompanyHandle()
String
public void setCompanyHandle(java.lang.String value)
value
- allowed object is
String
public SearchFilter getFilters()
SearchFilter
public void setFilters(SearchFilter value)
value
- allowed object is
SearchFilter
public MetadataConditionArray getMetadataConditionArray()
MetadataConditionArray
public void setMetadataConditionArray(MetadataConditionArray value)
value
- allowed object is
MetadataConditionArray
public java.lang.String getMetadataConditionMatchMode()
String
public void setMetadataConditionMatchMode(java.lang.String value)
value
- allowed object is
String
public StringArray getResponseMetadataArray()
StringArray
public void setResponseMetadataArray(StringArray value)
value
- allowed object is
StringArray
public java.lang.Integer getRecordsPerPage()
Integer
public void setRecordsPerPage(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getResultsPage()
Integer
public void setResultsPage(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getSortBy()
String
public void setSortBy(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSortDirection()
String
public void setSortDirection(java.lang.String value)
value
- allowed object is
String
public SearchAssetsByMetadataParam.HaystackSearch getHaystackSearch()
SearchAssetsByMetadataParam.HaystackSearch
public void setHaystackSearch(SearchAssetsByMetadataParam.HaystackSearch value)
value
- allowed object is
SearchAssetsByMetadataParam.HaystackSearch
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"