public class Report extends AbstractSObjectBase
| Constructor and Description |
|---|
Report() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDeveloperName() |
FormatEnum |
getFormat() |
java.time.ZonedDateTime |
getLastRunDate() |
String |
getNamespacePrefix() |
void |
setDescription(String Description) |
void |
setDeveloperName(String DeveloperName) |
void |
setFormat(FormatEnum Format) |
void |
setLastRunDate(java.time.ZonedDateTime LastRunDate) |
void |
setNamespacePrefix(String NamespacePrefix) |
clearBaseFields, getAttributes, getCreatedById, getCreatedDate, getId, getLastActivityDate, getLastModifiedById, getLastModifiedDate, getLastReferencedDate, getLastViewedDate, getName, getOwnerId, getSystemModstamp, isIsDeleted, setAttributes, setCreatedById, setCreatedDate, setId, setIsDeleted, setLastActivityDate, setLastModifiedById, setLastModifiedDate, setLastReferencedDate, setLastViewedDate, setName, setOwnerId, setSystemModstamptoStringpublic String getDescription()
public void setDescription(String Description)
public String getDeveloperName()
public void setDeveloperName(String DeveloperName)
public String getNamespacePrefix()
public void setNamespacePrefix(String NamespacePrefix)
public java.time.ZonedDateTime getLastRunDate()
public void setLastRunDate(java.time.ZonedDateTime LastRunDate)
public FormatEnum getFormat()
public void setFormat(FormatEnum Format)
Apache Camel