public class Report extends AbstractSObjectBase
Constructor and Description |
---|
Report() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getDeveloperName() |
FormatEnum |
getFormat() |
ZonedDateTime |
getLastRunDate() |
String |
getNamespacePrefix() |
void |
setDescription(String Description) |
void |
setDeveloperName(String DeveloperName) |
void |
setFormat(FormatEnum Format) |
void |
setLastRunDate(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, setSystemModstamp
toString
public String getDescription()
public void setDescription(String Description)
public String getDeveloperName()
public void setDeveloperName(String DeveloperName)
public String getNamespacePrefix()
public void setNamespacePrefix(String NamespacePrefix)
public ZonedDateTime getLastRunDate()
public void setLastRunDate(ZonedDateTime LastRunDate)
public FormatEnum getFormat()
public void setFormat(FormatEnum Format)
Apache Camel