public class CodeFolderNode extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CodeFolderNode()  | 
CodeFolderNode(CodeFolderNode 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 Permission scope: SHARED, PRIVATE. 
 | 
CodeFolderNode[] | 
getChildren()
Get Sub-node list 
 | 
String | 
getCreateUserUin()
Get Creator 
 | 
String | 
getId()
Get Unique identifier 
 | 
Boolean | 
getIsLeaf()
Get Whether it is a leaf node. 
 | 
String | 
getNodePermission()
Get Specifies the permission of the current user for nodes. 
 | 
String | 
getOwnerUin()
Get Specifies the uin of the responsible person for the directory/file. 
 | 
String | 
getParams()
Get Business parameters 
 | 
String | 
getPath()
Get Node path. 
 | 
String | 
getTitle()
Get Name 
 | 
String | 
getType()
Get folder type, script. 
 | 
void | 
setAccessScope(String AccessScope)
Set Permission scope: SHARED, PRIVATE. 
 | 
void | 
setChildren(CodeFolderNode[] Children)
Set Sub-node list 
 | 
void | 
setCreateUserUin(String CreateUserUin)
Set Creator 
 | 
void | 
setId(String Id)
Set Unique identifier 
 | 
void | 
setIsLeaf(Boolean IsLeaf)
Set Whether it is a leaf node. 
 | 
void | 
setNodePermission(String NodePermission)
Set Specifies the permission of the current user for nodes. 
 | 
void | 
setOwnerUin(String OwnerUin)
Set Specifies the uin of the responsible person for the directory/file. 
 | 
void | 
setParams(String Params)
Set Business parameters 
 | 
void | 
setPath(String Path)
Set Node path. 
 | 
void | 
setTitle(String Title)
Set Name 
 | 
void | 
setType(String Type)
Set folder type, script. 
 | 
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, toJsonStringpublic CodeFolderNode()
public CodeFolderNode(CodeFolderNode source)
public String getId()
public void setId(String Id)
Id - Unique identifierpublic String getTitle()
public void setTitle(String Title)
Title - Namepublic String getType()
public void setType(String Type)
Type - folder type, script.public Boolean getIsLeaf()
public void setIsLeaf(Boolean IsLeaf)
IsLeaf - Whether it is a leaf node.public String getParams()
public void setParams(String Params)
Params - Business parameterspublic String getAccessScope()
public void setAccessScope(String AccessScope)
AccessScope - Permission scope: SHARED, PRIVATE.public String getPath()
public void setPath(String Path)
Path - Node path.public String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin - Specifies the uin of the responsible person for the directory/file.public String getCreateUserUin()
public void setCreateUserUin(String CreateUserUin)
CreateUserUin - Creatorpublic String getNodePermission()
public void setNodePermission(String NodePermission)
NodePermission - Specifies the permission of the current user for nodes.public CodeFolderNode[] getChildren()
public void setChildren(CodeFolderNode[] Children)
Children - Sub-node listCopyright © 2025. All rights reserved.