public class GetJobLogsParam 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" minOccurs="0"/>
<element name="userHandle" type="{http://www.w3.org/2001/XMLSchema}string" 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="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="numRows" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GetJobLogsParam() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
Integer |
getNumRows()
Gets the value of the numRows property.
|
String |
getSortBy()
Gets the value of the sortBy property.
|
String |
getSortDirection()
Gets the value of the sortDirection property.
|
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
String |
getUserHandle()
Gets the value of the userHandle property.
|
void |
setCompanyHandle(String value)
Sets the value of the companyHandle property.
|
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setNumRows(Integer value)
Sets the value of the numRows property.
|
void |
setSortBy(String value)
Sets the value of the sortBy property.
|
void |
setSortDirection(String value)
Sets the value of the sortDirection property.
|
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
|
void |
setUserHandle(String value)
Sets the value of the userHandle property.
|
public String getCompanyHandle()
Stringpublic void setCompanyHandle(String value)
value - allowed object is
Stringpublic String getUserHandle()
Stringpublic void setUserHandle(String value)
value - allowed object is
Stringpublic String getSortBy()
Stringpublic void setSortBy(String value)
value - allowed object is
Stringpublic String getSortDirection()
Stringpublic void setSortDirection(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getNumRows()
IntegerCopyright © 2010 - 2020 Adobe. All Rights Reserved