Class GetArchivedJobLogDetailsParam


  • public class GetArchivedJobLogDetailsParam
    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"/>
             <element name="logTypeArray" type="{http://www.scene7.com/IpsApi/xsd/2021-01-11-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 Detail

      • GetArchivedJobLogDetailsParam

        public GetArchivedJobLogDetailsParam()
    • Method Detail

      • getCompanyHandle

        public String getCompanyHandle()
        Gets the value of the companyHandle property.
        Returns:
        possible object is String
      • setCompanyHandle

        public void setCompanyHandle​(String value)
        Sets the value of the companyHandle property.
        Parameters:
        value - allowed object is String
      • getJobHandle

        public String getJobHandle()
        Gets the value of the jobHandle property.
        Returns:
        possible object is String
      • setJobHandle

        public void setJobHandle​(String value)
        Sets the value of the jobHandle property.
        Parameters:
        value - allowed object is String
      • getLogTypeArray

        public StringArray getLogTypeArray()
        Gets the value of the logTypeArray property.
        Returns:
        possible object is StringArray
      • setLogTypeArray

        public void setLogTypeArray​(StringArray value)
        Sets the value of the logTypeArray property.
        Parameters:
        value - allowed object is StringArray
      • getRecordsPerPage

        public Integer getRecordsPerPage()
        Gets the value of the recordsPerPage property.
        Returns:
        possible object is Integer
      • setRecordsPerPage

        public void setRecordsPerPage​(Integer value)
        Sets the value of the recordsPerPage property.
        Parameters:
        value - allowed object is Integer
      • getResultsPage

        public Integer getResultsPage()
        Gets the value of the resultsPage property.
        Returns:
        possible object is Integer
      • setResultsPage

        public void setResultsPage​(Integer value)
        Sets the value of the resultsPage property.
        Parameters:
        value - allowed object is Integer
      • getSortBy

        public String getSortBy()
        Gets the value of the sortBy property.
        Returns:
        possible object is String
      • setSortBy

        public void setSortBy​(String value)
        Sets the value of the sortBy property.
        Parameters:
        value - allowed object is String
      • getSortDirection

        public String getSortDirection()
        Gets the value of the sortDirection property.
        Returns:
        possible object is String
      • setSortDirection

        public void setSortDirection​(String value)
        Sets the value of the sortDirection property.
        Parameters:
        value - allowed object is String