public class CodeFile extends AbstractModel
header, skipSign
Constructor and Description |
---|
CodeFile() |
CodeFile(CodeFile 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.
|
CodeFileConfig |
getCodeFileConfig()
Get Specifies the script configuration.
|
String |
getCodeFileContent()
Get Specifies the script content.
|
String |
getCodeFileId()
Get Script ID
|
String |
getCodeFileName()
Get Script name.
|
String |
getCreateTime()
Get Creation time.
|
String |
getOwnerUin()
Get Specifies the script owner uin.
|
String |
getPath()
Get Full path of the node, /aaa/bbb/ccc.ipynb, consists of the name of each node.
|
String |
getProjectId()
Get Project ID.
|
String |
getUpdateTime()
Get Update time.
|
String |
getUpdateUserUin()
Get Latest operator.
|
void |
setAccessScope(String AccessScope)
Set Access permission: SHARED, PRIVATE.
|
void |
setCodeFileConfig(CodeFileConfig CodeFileConfig)
Set Specifies the script configuration.
|
void |
setCodeFileContent(String CodeFileContent)
Set Specifies the script content.
|
void |
setCodeFileId(String CodeFileId)
Set Script ID
|
void |
setCodeFileName(String CodeFileName)
Set Script name.
|
void |
setCreateTime(String CreateTime)
Set Creation time.
|
void |
setOwnerUin(String OwnerUin)
Set Specifies the script owner uin.
|
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 |
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 CodeFile()
public CodeFile(CodeFile source)
public String getCodeFileId()
public void setCodeFileId(String CodeFileId)
CodeFileId
- Script IDpublic String getCodeFileName()
public void setCodeFileName(String CodeFileName)
CodeFileName
- Script name.public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- Specifies the script owner uin.public CodeFileConfig getCodeFileConfig()
public void setCodeFileConfig(CodeFileConfig CodeFileConfig)
CodeFileConfig
- Specifies the script configuration.public String getCodeFileContent()
public void setCodeFileContent(String CodeFileContent)
CodeFileContent
- 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.
Note: This field may return null, indicating that no validpublic 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.