public class

Import

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

Class Overview

Java class for Import complex type.

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

 <complexType name="Import">
   <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="FileContent" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="ImportedCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="ImportType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Md5" 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="OriginalResourceUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ResultResourceUrl" type="{http://www.w3.org/2001/XMLSchema}string" 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="TotalCount" type="{http://www.w3.org/2001/XMLSchema}int" 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"/>
       </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 byte[] fileContent
protected String importType
protected Integer importedCount
protected String md5
protected String name
protected String originalResourceUrl
protected String resultResourceUrl
protected String status
protected String statusReason
protected Integer totalCount
protected String updatedById
protected XMLGregorianCalendar updatedDate
[Expand]
Inherited Fields
From class com.zuora.api.object.ZObject
From class com.zuora.api.object.Dynamic
Public Constructors
Import()
Public Methods
String getCreatedById()
Gets the value of the createdById property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
byte[] getFileContent()
Gets the value of the fileContent property.
String getImportType()
Gets the value of the importType property.
Integer getImportedCount()
Gets the value of the importedCount property.
String getMd5()
Gets the value of the md5 property.
String getName()
Gets the value of the name property.
String getOriginalResourceUrl()
Gets the value of the originalResourceUrl property.
String getResultResourceUrl()
Gets the value of the resultResourceUrl property.
String getStatus()
Gets the value of the status property.
String getStatusReason()
Gets the value of the statusReason property.
Integer getTotalCount()
Gets the value of the totalCount property.
String getUpdatedById()
Gets the value of the updatedById property.
XMLGregorianCalendar getUpdatedDate()
Gets the value of the updatedDate property.
void setCreatedById(String value)
Sets the value of the createdById property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setFileContent(byte[] value)
Sets the value of the fileContent property.
void setImportType(String value)
Sets the value of the importType property.
void setImportedCount(Integer value)
Sets the value of the importedCount property.
void setMd5(String value)
Sets the value of the md5 property.
void setName(String value)
Sets the value of the name property.
void setOriginalResourceUrl(String value)
Sets the value of the originalResourceUrl property.
void setResultResourceUrl(String value)
Sets the value of the resultResourceUrl property.
void setStatus(String value)
Sets the value of the status property.
void setStatusReason(String value)
Sets the value of the statusReason property.
void setTotalCount(Integer value)
Sets the value of the totalCount property.
void setUpdatedById(String value)
Sets the value of the updatedById property.
void setUpdatedDate(XMLGregorianCalendar value)
Sets the value of the updatedDate 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 byte[] fileContent

protected String importType

protected Integer importedCount

protected String md5

protected String name

protected String originalResourceUrl

protected String resultResourceUrl

protected String status

protected String statusReason

protected Integer totalCount

protected String updatedById

protected XMLGregorianCalendar updatedDate

Public Constructors

public Import ()

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 byte[] getFileContent ()

Gets the value of the fileContent property.

Returns
  • possible object is byte[]

public String getImportType ()

Gets the value of the importType property.

Returns
  • possible object is String

public Integer getImportedCount ()

Gets the value of the importedCount property.

Returns
  • possible object is Integer

public String getMd5 ()

Gets the value of the md5 property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getOriginalResourceUrl ()

Gets the value of the originalResourceUrl property.

Returns
  • possible object is String

public String getResultResourceUrl ()

Gets the value of the resultResourceUrl property.

Returns
  • possible object is String

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 Integer getTotalCount ()

Gets the value of the totalCount property.

Returns
  • possible object is Integer

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 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 setFileContent (byte[] value)

Sets the value of the fileContent property.

Parameters
value Allowed object is byte[]

public void setImportType (String value)

Sets the value of the importType property.

Parameters
value Allowed object is String

public void setImportedCount (Integer value)

Sets the value of the importedCount property.

Parameters
value Allowed object is Integer

public void setMd5 (String value)

Sets the value of the md5 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 setOriginalResourceUrl (String value)

Sets the value of the originalResourceUrl property.

Parameters
value Allowed object is String

public void setResultResourceUrl (String value)

Sets the value of the resultResourceUrl property.

Parameters
value Allowed object is String

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 setTotalCount (Integer value)

Sets the value of the totalCount property.

Parameters
value Allowed object is Integer

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