public class SQLFolderNode extends AbstractModel
header, skipSign
Constructor and Description |
---|
SQLFolderNode() |
SQLFolderNode(SQLFolderNode 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.
|
SQLFolderNode[] |
getChildren()
Get Sub-node list
|
String |
getCreateUserUin()
Get Creator
|
String |
getId()
Get Unique identifier
|
Boolean |
getIsLeaf()
Get Whether it is a leaf node.
|
String |
getName()
Get Name
|
String |
getNodePermission()
Get Specifies the permission of the current user for nodes.
|
String |
getOwnerUin()
Get Owner of the file.
|
String |
getParams()
Get Business parameters
|
String |
getParentFolderPath()
Get Parent folder path, such as /aaa/bbb/ccc.
|
String |
getPath()
Get Node path.
|
String |
getType()
Get folder type, script type.
|
void |
setAccessScope(String AccessScope)
Set Permission scope: SHARED, PRIVATE.
|
void |
setChildren(SQLFolderNode[] 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 |
setName(String Name)
Set Name
|
void |
setNodePermission(String NodePermission)
Set Specifies the permission of the current user for nodes.
|
void |
setOwnerUin(String OwnerUin)
Set Owner of the file.
|
void |
setParams(String Params)
Set Business parameters
|
void |
setParentFolderPath(String ParentFolderPath)
Set Parent folder path, such as /aaa/bbb/ccc.
|
void |
setPath(String Path)
Set Node path.
|
void |
setType(String Type)
Set folder type, script type.
|
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 SQLFolderNode()
public SQLFolderNode(SQLFolderNode source)
public String getId()
public void setId(String Id)
Id
- Unique identifierpublic String getName()
public void setName(String Name)
Name
- Namepublic String getType()
public void setType(String Type)
Type
- folder type, script type.public String getParentFolderPath()
public void setParentFolderPath(String ParentFolderPath)
ParentFolderPath
- Parent folder path, such as /aaa/bbb/ccc. the path must start with a slash. use / for the root directory.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 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 SQLFolderNode[] getChildren()
public void setChildren(SQLFolderNode[] Children)
Children
- Sub-node listpublic String getOwnerUin()
public void setOwnerUin(String OwnerUin)
OwnerUin
- Owner of the file.Copyright © 2025. All rights reserved.