public class DoDirectoryOperationRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DoDirectoryOperationRequest() | 
| DoDirectoryOperationRequest(DoDirectoryOperationRequest 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 | getDestPath()Get mv操作的目标目录名称;如果是turbo文件系统必须以/cfs/开头 | 
| String | getDirectoryPath()Get 目录的绝对路径  默认递归创建(即如果目录中有子目录不存在,则先创建出对应子目录) | 
| String | getFileSystemId()Get 文件系统Id | 
| String | getMode()Get 创建目录的权限,若不传,默认为0755  若Operation Type为check,此值无实际意义 | 
| String | getOpetationType()Get create:创建目录,等同于mkdir。
check:确认目录是否存在,等同于stat。
move:对文件/目录进行重命名,等同于mv。 | 
| void | setDestPath(String DestPath)Set mv操作的目标目录名称;如果是turbo文件系统必须以/cfs/开头 | 
| void | setDirectoryPath(String DirectoryPath)Set 目录的绝对路径  默认递归创建(即如果目录中有子目录不存在,则先创建出对应子目录) | 
| void | setFileSystemId(String FileSystemId)Set 文件系统Id | 
| void | setMode(String Mode)Set 创建目录的权限,若不传,默认为0755  若Operation Type为check,此值无实际意义 | 
| void | setOpetationType(String OpetationType)Set create:创建目录,等同于mkdir。
check:确认目录是否存在,等同于stat。
move:对文件/目录进行重命名,等同于mv。 | 
| 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 DoDirectoryOperationRequest()
public DoDirectoryOperationRequest(DoDirectoryOperationRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统Idpublic String getOpetationType()
public void setOpetationType(String OpetationType)
OpetationType - create:创建目录,等同于mkdir。
check:确认目录是否存在,等同于stat。
move:对文件/目录进行重命名,等同于mv。public String getDirectoryPath()
public void setDirectoryPath(String DirectoryPath)
DirectoryPath - 目录的绝对路径  默认递归创建(即如果目录中有子目录不存在,则先创建出对应子目录)public String getMode()
public void setMode(String Mode)
Mode - 创建目录的权限,若不传,默认为0755  若Operation Type为check,此值无实际意义public String getDestPath()
public void setDestPath(String DestPath)
DestPath - mv操作的目标目录名称;如果是turbo文件系统必须以/cfs/开头Copyright © 2025. All rights reserved.