public class AnalyticsScript extends MainObject
analytics_script asset type in IGC, displayed as 'Data Science Script' in the IGC UI.
| Modifier and Type | Field and Description |
|---|---|
protected AnalyticsProject |
analyticsProject |
protected MainObject |
dataFile |
protected Date |
firstPublishedDate |
protected String |
logicalName |
protected String |
nativeId |
protected String |
packageName |
protected String |
scriptType |
protected String |
systemEquivId |
protected String |
url |
assignedToTerms, governedByRules, implementsRules, labels, longDescription, name, shortDescription, stewards| Constructor and Description |
|---|
AnalyticsScript() |
| Modifier and Type | Method and Description |
|---|---|
AnalyticsProject |
getAnalyticsProject()
Retrieve the
analytics_project property (displayed as 'Data Science Project') of the object. |
MainObject |
getDataFile()
Retrieve the
data_file property (displayed as 'Data File') of the object. |
Date |
getFirstPublishedDate()
Retrieve the
first_published_date property (displayed as 'First Published Date') of the object. |
String |
getLogicalName()
Retrieve the
logical_name property (displayed as 'Logical Name') of the object. |
String |
getNativeId()
Retrieve the
native_id property (displayed as 'Native ID') of the object. |
String |
getPackageName()
Retrieve the
package_name property (displayed as 'Package Name') of the object. |
String |
getScriptType()
Retrieve the
script_type property (displayed as 'Script Type') of the object. |
String |
getSystemEquivId()
Retrieve the
system_equiv_id property (displayed as 'System Equiv Id') of the object. |
String |
getTheUrl()
Retrieve the
url property (displayed as 'URL') of the object. |
void |
setAnalyticsProject(AnalyticsProject analyticsProject)
Set the
analytics_project property (displayed as Data Science Project) of the object. |
void |
setDataFile(MainObject dataFile)
Set the
data_file property (displayed as Data File) of the object. |
void |
setFirstPublishedDate(Date firstPublishedDate)
Set the
first_published_date property (displayed as First Published Date) of the object. |
void |
setLogicalName(String logicalName)
Set the
logical_name property (displayed as Logical Name) of the object. |
void |
setNativeId(String nativeId)
Set the
native_id property (displayed as Native ID) of the object. |
void |
setPackageName(String packageName)
Set the
package_name property (displayed as Package Name) of the object. |
void |
setScriptType(String scriptType)
Set the
script_type property (displayed as Script Type) of the object. |
void |
setSystemEquivId(String systemEquivId)
Set the
system_equiv_id property (displayed as System Equiv Id) of the object. |
void |
setTheUrl(String url)
Set the
url property (displayed as URL) of the object. |
getAssignedToTerms, getGovernedByRules, getImplementsRules, getLabels, getLongDescription, getShortDescription, getStewards, getTheName, setAssignedToTerms, setGovernedByRules, setImplementsRules, setLabels, setLongDescription, setShortDescription, setStewards, setTheNameareModificationDetailsPopulated, getContext, getCreatedBy, getCreatedOn, getId, getIdentity, getModifiedBy, getModifiedOn, getName, getNotes, getType, getUrl, isEmbeddedAsset, isFullyRetrieved, isIdentityPopulated, isSimpleType, isVirtualAsset, setContext, setCreatedBy, setCreatedOn, setFullyRetrieved, setId, setModifiedBy, setModifiedOn, setName, setNotes, setType, setUrltoStringprotected AnalyticsProject analyticsProject
protected MainObject dataFile
protected Date firstPublishedDate
protected String logicalName
protected String nativeId
protected String packageName
protected String scriptType
protected String systemEquivId
protected String url
public AnalyticsProject getAnalyticsProject()
analytics_project property (displayed as 'Data Science Project') of the object.AnalyticsProjectpublic void setAnalyticsProject(AnalyticsProject analyticsProject)
analytics_project property (displayed as Data Science Project) of the object.analyticsProject - the value to setpublic MainObject getDataFile()
data_file property (displayed as 'Data File') of the object.MainObjectpublic void setDataFile(MainObject dataFile)
data_file property (displayed as Data File) of the object.dataFile - the value to setpublic Date getFirstPublishedDate()
first_published_date property (displayed as 'First Published Date') of the object.Datepublic void setFirstPublishedDate(Date firstPublishedDate)
first_published_date property (displayed as First Published Date) of the object.firstPublishedDate - the value to setpublic String getLogicalName()
logical_name property (displayed as 'Logical Name') of the object.Stringpublic void setLogicalName(String logicalName)
logical_name property (displayed as Logical Name) of the object.logicalName - the value to setpublic String getNativeId()
native_id property (displayed as 'Native ID') of the object.Stringpublic void setNativeId(String nativeId)
native_id property (displayed as Native ID) of the object.nativeId - the value to setpublic String getPackageName()
package_name property (displayed as 'Package Name') of the object.Stringpublic void setPackageName(String packageName)
package_name property (displayed as Package Name) of the object.packageName - the value to setpublic String getScriptType()
script_type property (displayed as 'Script Type') of the object.Stringpublic void setScriptType(String scriptType)
script_type property (displayed as Script Type) of the object.scriptType - the value to setpublic String getSystemEquivId()
system_equiv_id property (displayed as 'System Equiv Id') of the object.Stringpublic void setSystemEquivId(String systemEquivId)
system_equiv_id property (displayed as System Equiv Id) of the object.systemEquivId - the value to setpublic String getTheUrl()
url property (displayed as 'URL') of the object.Stringpublic void setTheUrl(String url)
url property (displayed as URL) of the object.url - the value to setCopyright © 2018–2021 ODPi. All rights reserved.