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 |
getDirectoryPath()
Get 目录的绝对路径 默认递归创建(即如果目录中有子目录不存在,则先创建出对应子目录)
|
String |
getFileSystemId()
Get 文件系统Id
|
String |
getMode()
Get 创建目录的权限,若不传,默认为0755 若Operation Type为check,此值无实际意义
|
String |
getOpetationType()
Get create:创建目录 check:确认目录是否存在
|
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:创建目录 check:确认目录是否存在
|
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 DoDirectoryOperationRequest()
public DoDirectoryOperationRequest(DoDirectoryOperationRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId
- 文件系统Idpublic String getOpetationType()
public void setOpetationType(String OpetationType)
OpetationType
- create:创建目录 check:确认目录是否存在public String getDirectoryPath()
public void setDirectoryPath(String DirectoryPath)
DirectoryPath
- 目录的绝对路径 默认递归创建(即如果目录中有子目录不存在,则先创建出对应子目录)public String getMode()
public void setMode(String Mode)
Mode
- 创建目录的权限,若不传,默认为0755 若Operation Type为check,此值无实际意义Copyright © 2025. All rights reserved.