public class

Export

extends ZObject
implements Serializable
java.lang.Object
   ↳ com.zuora.api.object.Dynamic
     ↳ com.zuora.api.object.ZObject
       ↳ com.zuora.api.object.Export

Class Overview

Java class for Export complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Export">
   <complexContent>
     <extension base="{http://object.api.zuora.com/}zObject">
       <sequence>
         <element name="CreatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Encrypted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="FileId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="Format" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Query" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="StatusReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="UpdatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="UpdatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Zip" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.zuora.api.object.ZObject
Fields
protected String createdById
protected XMLGregorianCalendar createdDate
protected Boolean encrypted
protected String fileId
protected String format
protected String name
protected String query
protected Integer size
protected String status
protected String statusReason
protected String updatedById
protected XMLGregorianCalendar updatedDate
protected Boolean zip
[Expand]
Inherited Fields
From class com.zuora.api.object.ZObject
From class com.zuora.api.object.Dynamic
Public Constructors
Export()
Public Methods
String getCreatedById()
Gets the value of the createdById property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
String getFileId()
Gets the value of the fileId property.
String getFormat()
Gets the value of the format property.
String getName()
Gets the value of the name property.
String getQuery()
Gets the value of the query property.
Integer getSize()
Gets the value of the size property.
String getStatus()
Gets the value of the status property.
String getStatusReason()
Gets the value of the statusReason property.
String getUpdatedById()
Gets the value of the updatedById property.
XMLGregorianCalendar getUpdatedDate()
Gets the value of the updatedDate property.
Boolean isEncrypted()
Gets the value of the encrypted property.
Boolean isZip()
Gets the value of the zip property.
void setCreatedById(String value)
Sets the value of the createdById property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setEncrypted(Boolean value)
Sets the value of the encrypted property.
void setFileId(String value)
Sets the value of the fileId property.
void setFormat(String value)
Sets the value of the format property.
void setName(String value)
Sets the value of the name property.
void setQuery(String value)
Sets the value of the query property.
void setSize(Integer value)
Sets the value of the size property.
void setStatus(String value)
Sets the value of the status property.
void setStatusReason(String value)
Sets the value of the statusReason property.
void setUpdatedById(String value)
Sets the value of the updatedById property.
void setUpdatedDate(XMLGregorianCalendar value)
Sets the value of the updatedDate property.
void setZip(Boolean value)
Sets the value of the zip property.
[Expand]
Inherited Methods
From class com.zuora.api.object.ZObject
From class com.zuora.api.object.Dynamic
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected String createdById

protected XMLGregorianCalendar createdDate

protected Boolean encrypted

protected String fileId

protected String format

protected String name

protected String query

protected Integer size

protected String status

protected String statusReason

protected String updatedById

protected XMLGregorianCalendar updatedDate

protected Boolean zip

Public Constructors

public Export ()

Public Methods

public String getCreatedById ()

Gets the value of the createdById property.

Returns
  • possible object is String

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getFileId ()

Gets the value of the fileId property.

Returns
  • possible object is String

public String getFormat ()

Gets the value of the format property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getQuery ()

Gets the value of the query property.

Returns
  • possible object is String

public Integer getSize ()

Gets the value of the size property.

Returns
  • possible object is Integer

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public String getStatusReason ()

Gets the value of the statusReason property.

Returns
  • possible object is String

public String getUpdatedById ()

Gets the value of the updatedById property.

Returns
  • possible object is String

public XMLGregorianCalendar getUpdatedDate ()

Gets the value of the updatedDate property.

Returns
  • possible object is XMLGregorianCalendar

public Boolean isEncrypted ()

Gets the value of the encrypted property.

Returns
  • possible object is Boolean

public Boolean isZip ()

Gets the value of the zip property.

Returns
  • possible object is Boolean

public void setCreatedById (String value)

Sets the value of the createdById property.

Parameters
value Allowed object is String

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEncrypted (Boolean value)

Sets the value of the encrypted property.

Parameters
value Allowed object is Boolean

public void setFileId (String value)

Sets the value of the fileId property.

Parameters
value Allowed object is String

public void setFormat (String value)

Sets the value of the format property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setQuery (String value)

Sets the value of the query property.

Parameters
value Allowed object is String

public void setSize (Integer value)

Sets the value of the size property.

Parameters
value Allowed object is Integer

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String

public void setStatusReason (String value)

Sets the value of the statusReason property.

Parameters
value Allowed object is String

public void setUpdatedById (String value)

Sets the value of the updatedById property.

Parameters
value Allowed object is String

public void setUpdatedDate (XMLGregorianCalendar value)

Sets the value of the updatedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setZip (Boolean value)

Sets the value of the zip property.

Parameters
value Allowed object is Boolean