Package com.scene7.ipsapi
Class GetJobLogDetailsParam
java.lang.Object
com.scene7.ipsapi.GetJobLogDetailsParam
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/2024-05-30-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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the companyHandle property.Gets the value of the jobHandle property.Gets the value of the logTypeArray property.Gets the value of the originalName property.Gets the value of the recordsPerPage property.Gets the value of the resultsPage property.Gets the value of the sortBy property.Gets the value of the sortDirection property.voidsetCompanyHandle(String value) Sets the value of the companyHandle property.voidsetJobHandle(String value) Sets the value of the jobHandle property.voidsetLogTypeArray(StringArray value) Sets the value of the logTypeArray property.voidsetOriginalName(String value) Sets the value of the originalName property.voidsetRecordsPerPage(Integer value) Sets the value of the recordsPerPage property.voidsetResultsPage(Integer value) Sets the value of the resultsPage property.voidSets the value of the sortBy property.voidsetSortDirection(String value) Sets the value of the sortDirection property.
-
Constructor Details
-
GetJobLogDetailsParam
public GetJobLogDetailsParam()
-
-
Method Details
-
getCompanyHandle
Gets the value of the companyHandle property.- Returns:
- possible object is
String
-
setCompanyHandle
Sets the value of the companyHandle property.- Parameters:
value- allowed object isString
-
getJobHandle
Gets the value of the jobHandle property.- Returns:
- possible object is
String
-
setJobHandle
Sets the value of the jobHandle property.- Parameters:
value- allowed object isString
-
getOriginalName
Gets the value of the originalName property.- Returns:
- possible object is
String
-
setOriginalName
Sets the value of the originalName property.- Parameters:
value- allowed object isString
-
getLogTypeArray
Gets the value of the logTypeArray property.- Returns:
- possible object is
StringArray
-
setLogTypeArray
Sets the value of the logTypeArray property.- Parameters:
value- allowed object isStringArray
-
getRecordsPerPage
Gets the value of the recordsPerPage property.- Returns:
- possible object is
Integer
-
setRecordsPerPage
Sets the value of the recordsPerPage property.- Parameters:
value- allowed object isInteger
-
getResultsPage
Gets the value of the resultsPage property.- Returns:
- possible object is
Integer
-
setResultsPage
Sets the value of the resultsPage property.- Parameters:
value- allowed object isInteger
-
getSortBy
Gets the value of the sortBy property.- Returns:
- possible object is
String
-
setSortBy
Sets the value of the sortBy property.- Parameters:
value- allowed object isString
-
getSortDirection
Gets the value of the sortDirection property.- Returns:
- possible object is
String
-
setSortDirection
Sets the value of the sortDirection property.- Parameters:
value- allowed object isString
-