public class GetJobLogDetailsParam
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="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/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"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
GetJobLogDetailsParam() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
java.lang.String |
getJobHandle()
Gets the value of the jobHandle property.
|
StringArray |
getLogTypeArray()
Gets the value of the logTypeArray property.
|
java.lang.String |
getOriginalName()
Gets the value of the originalName property.
|
java.lang.Integer |
getRecordsPerPage()
Gets the value of the recordsPerPage 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 |
setJobHandle(java.lang.String value)
Sets the value of the jobHandle property.
|
void |
setLogTypeArray(StringArray value)
Sets the value of the logTypeArray property.
|
void |
setOriginalName(java.lang.String value)
Sets the value of the originalName property.
|
void |
setRecordsPerPage(java.lang.Integer value)
Sets the value of the recordsPerPage 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 java.lang.String getJobHandle()
String
public void setJobHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOriginalName()
String
public void setOriginalName(java.lang.String value)
value
- allowed object is
String
public StringArray getLogTypeArray()
StringArray
public void setLogTypeArray(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
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"