public class Export extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Export.StatusEnum
Gets or Sets status
|
static class |
Export.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
Export() |
public UUID getId()
public void setId(UUID id)
public UUID getUserId()
public void setUserId(UUID userId)
public User getUser()
public void setUser(User user)
public Export type(Export.TypeEnum type)
public Export.TypeEnum getType()
public void setType(Export.TypeEnum type)
public Export status(Export.StatusEnum status)
public Export.StatusEnum getStatus()
public void setStatus(Export.StatusEnum status)
public String getLocalFilename()
public void setLocalFilename(String localFilename)
public String getDownloadFilename()
public void setDownloadFilename(String downloadFilename)
public Export createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public Export deleteAt(OffsetDateTime deleteAt)
public OffsetDateTime getDeleteAt()
public void setDeleteAt(OffsetDateTime deleteAt)
public Boolean getDryRun()
public void setDryRun(Boolean dryRun)
public UUID getDownloadKey()
public void setDownloadKey(UUID downloadKey)
public String getFactSheetTypes()
public void setFactSheetTypes(String factSheetTypes)
public Integer getFactSheetCount()
public void setFactSheetCount(Integer factSheetCount)
public Integer getColumnCount()
public void setColumnCount(Integer columnCount)
public Bookmark getBookmark()
public void setBookmark(Bookmark bookmark)
Copyright © 2019 LeanIX GmbH. All rights reserved.