public class BuildClientNodeMountCommandRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BuildClientNodeMountCommandRequest() | 
| BuildClientNodeMountCommandRequest(BuildClientNodeMountCommandRequest 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 | getCustomMountDir()Get 自定义挂载目录的绝对路径, 如果未指定, 则会使用默认值, 格式/goosefsx/${fs_id}-proxy. | 
| String | getFileSystemId()Get 文件系统ID | 
| void | setCustomMountDir(String CustomMountDir)Set 自定义挂载目录的绝对路径, 如果未指定, 则会使用默认值, 格式/goosefsx/${fs_id}-proxy. | 
| void | setFileSystemId(String FileSystemId)Set 文件系统ID | 
| 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 BuildClientNodeMountCommandRequest()
public BuildClientNodeMountCommandRequest(BuildClientNodeMountCommandRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统IDpublic String getCustomMountDir()
public void setCustomMountDir(String CustomMountDir)
CustomMountDir - 自定义挂载目录的绝对路径, 如果未指定, 则会使用默认值, 格式/goosefsx/${fs_id}-proxy. 比如/goosefsx/x-c60-a2b3d4-proxyCopyright © 2025. All rights reserved.