public class GetJobLogDetailsParam 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="companyHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jobHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="originalName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="logTypeArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetJobLogDetailsParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
String |
getJobHandle()
Gets the value of the jobHandle property.
|
StringArray |
getLogTypeArray()
Gets the value of the logTypeArray property.
|
String |
getOriginalName()
Gets the value of the originalName property.
|
Integer |
getRecordsPerPage()
Gets the value of the recordsPerPage property.
|
Integer |
getResultsPage()
Gets the value of the resultsPage property.
|
String |
getSortBy()
Gets the value of the sortBy property.
|
String |
getSortDirection()
Gets the value of the sortDirection property.
|
void |
setCompanyHandle(String value)
Sets the value of the companyHandle property.
|
void |
setJobHandle(String value)
Sets the value of the jobHandle property.
|
void |
setLogTypeArray(StringArray value)
Sets the value of the logTypeArray property.
|
void |
setOriginalName(String value)
Sets the value of the originalName property.
|
void |
setRecordsPerPage(Integer value)
Sets the value of the recordsPerPage property.
|
void |
setResultsPage(Integer value)
Sets the value of the resultsPage property.
|
void |
setSortBy(String value)
Sets the value of the sortBy property.
|
void |
setSortDirection(String value)
Sets the value of the sortDirection property.
|
public String getCompanyHandle()
Stringpublic void setCompanyHandle(String value)
value - allowed object is
Stringpublic String getJobHandle()
Stringpublic void setJobHandle(String value)
value - allowed object is
Stringpublic String getOriginalName()
Stringpublic void setOriginalName(String value)
value - allowed object is
Stringpublic StringArray getLogTypeArray()
StringArraypublic void setLogTypeArray(StringArray value)
value - allowed object is
StringArraypublic Integer getRecordsPerPage()
Integerpublic void setRecordsPerPage(Integer value)
value - allowed object is
Integerpublic Integer getResultsPage()
Integerpublic void setResultsPage(Integer value)
value - allowed object is
Integerpublic String getSortBy()
Stringpublic void setSortBy(String value)
value - allowed object is
Stringpublic String getSortDirection()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved