public class GetJobLogsParam
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" 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 |
---|---|
java.lang.String |
getCompanyHandle()
Gets the value of the companyHandle property.
|
javax.xml.datatype.XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
java.lang.Integer |
getNumRows()
Gets the value of the numRows property.
|
java.lang.String |
getSortBy()
Gets the value of the sortBy property.
|
java.lang.String |
getSortDirection()
Gets the value of the sortDirection property.
|
javax.xml.datatype.XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
java.lang.String |
getUserHandle()
Gets the value of the userHandle property.
|
void |
setCompanyHandle(java.lang.String value)
Sets the value of the companyHandle property.
|
void |
setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setNumRows(java.lang.Integer value)
Sets the value of the numRows 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.
|
void |
setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the startDate property.
|
void |
setUserHandle(java.lang.String value)
Sets the value of the userHandle property.
|
public java.lang.String getCompanyHandle()
String
public void setCompanyHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUserHandle()
String
public void setUserHandle(java.lang.String value)
value
- allowed object is
String
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
public javax.xml.datatype.XMLGregorianCalendar getStartDate()
XMLGregorianCalendar
public void setStartDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getEndDate()
XMLGregorianCalendar
public void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Integer getNumRows()
Integer
public void setNumRows(java.lang.Integer value)
value
- allowed object is
Integer
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"