public class SQLScript extends AbstractModel
header, skipSign
Constructor and Description |
---|
SQLScript() |
SQLScript(SQLScript source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccessScope()
Get Access permission: SHARED, PRIVATE.
|
String |
getCreateTime()
Get Creation time.
|
String |
getOwnerUin()
Get Specifies the script owner uin.
|
String |
getParentFolderPath()
Get Parent folder path, /aaa/bbb/ccc.
|
String |
getPath()
Get Full path of the node, /aaa/bbb/ccc.ipynb, consists of the name of each node.
|
String |
getProjectId()
Get Project ID.
|
SQLScriptConfig |
getScriptConfig()
Get Specifies the script configuration.
|
String |
getScriptContent()
Get Specifies the script content.
|
String |
getScriptId()
Get Script id.
|
String |
getScriptName()
Get Script name.
|
String |
getUpdateTime()
Get Update time.
|
String |
getUpdateUserUin()
Get Latest operator.
|
void |
setAccessScope(String AccessScope)
Set Access permission: SHARED, PRIVATE.
|
void |
setCreateTime(String CreateTime)
Set Creation time.
|
void |
setOwnerUin(String OwnerUin)
Set Specifies the script owner uin.
|
void |
setParentFolderPath(String ParentFolderPath)
Set Parent folder path, /aaa/bbb/ccc.
|
void |
setPath(String Path)
Set Full path of the node, /aaa/bbb/ccc.ipynb, consists of the name of each node.
|
void |
setProjectId(String ProjectId)
Set Project ID.
|
void |
setScriptConfig(SQLScriptConfig ScriptConfig)
Set Specifies the script configuration.
|
void |
setScriptContent(String ScriptContent)
Set Specifies the script content.
|
void |
setScriptId(String ScriptId)
Set Script id.
|
void |
setScriptName(String ScriptName)
Set Script name.
|
void |
setUpdateTime(String UpdateTime)
Set Update time.
|
void |
setUpdateUserUin(String UpdateUserUin)
Set Latest operator.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SQLScript()
public SQLScript(SQLScript source)
public String getScriptId()
public void setScriptId(String ScriptId)
ScriptId
- Script id.public String getScriptName()
public void setScriptName(String ScriptName)
ScriptName
- Script name.public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- Specifies the script owner uin.public String getParentFolderPath()
public void setParentFolderPath(String ParentFolderPath)
ParentFolderPath
- Parent folder path, /aaa/bbb/ccc.public SQLScriptConfig getScriptConfig()
public void setScriptConfig(SQLScriptConfig ScriptConfig)
ScriptConfig
- Specifies the script configuration.public String getScriptContent()
public void setScriptContent(String ScriptContent)
ScriptContent
- Specifies the script content.public String getUpdateUserUin()
public void setUpdateUserUin(String UpdateUserUin)
UpdateUserUin
- Latest operator.public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- Project ID.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update time. format: yyyy-MM-dd hh:MM:ss.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time. format: yyyy-MM-dd hh:MM:ss.public String getAccessScope()
public void setAccessScope(String AccessScope)
AccessScope
- Access permission: SHARED, PRIVATE.public String getPath()
public void setPath(String Path)
Path
- Full path of the node, /aaa/bbb/ccc.ipynb, consists of the name of each node.Copyright © 2025. All rights reserved.