public class InputMapping extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InputMapping() | 
| InputMapping(InputMapping 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 | getDestinationPath()Get 目的端路径 | 
| String | getMountOptionParameter()Get 挂载配置项参数 | 
| String | getSourcePath()Get 源端路径 | 
| void | setDestinationPath(String DestinationPath)Set 目的端路径 | 
| void | setMountOptionParameter(String MountOptionParameter)Set 挂载配置项参数 | 
| void | setSourcePath(String SourcePath)Set 源端路径 | 
| 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 InputMapping()
public InputMapping(InputMapping source)
public String getSourcePath()
public void setSourcePath(String SourcePath)
SourcePath - 源端路径public String getDestinationPath()
public void setDestinationPath(String DestinationPath)
DestinationPath - 目的端路径public String getMountOptionParameter()
public void setMountOptionParameter(String MountOptionParameter)
MountOptionParameter - 挂载配置项参数Copyright © 2025. All rights reserved.