Class InputMapping
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.batch.v20170312.models.InputMapping
-
public class InputMapping extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDestinationPath()Get 目的端路径StringgetMountOptionParameter()Get 挂载配置项参数StringgetSourcePath()Get 源端路径voidsetDestinationPath(String DestinationPath)Set 目的端路径voidsetMountOptionParameter(String MountOptionParameter)Set 挂载配置项参数voidsetSourcePath(String SourcePath)Set 源端路径voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InputMapping
public InputMapping()
-
InputMapping
public 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.
-
-
Method Detail
-
getSourcePath
public String getSourcePath()
Get 源端路径- Returns:
- SourcePath 源端路径
-
setSourcePath
public void setSourcePath(String SourcePath)
Set 源端路径- Parameters:
SourcePath- 源端路径
-
getDestinationPath
public String getDestinationPath()
Get 目的端路径- Returns:
- DestinationPath 目的端路径
-
setDestinationPath
public void setDestinationPath(String DestinationPath)
Set 目的端路径- Parameters:
DestinationPath- 目的端路径
-
getMountOptionParameter
public String getMountOptionParameter()
Get 挂载配置项参数- Returns:
- MountOptionParameter 挂载配置项参数
-
setMountOptionParameter
public void setMountOptionParameter(String MountOptionParameter)
Set 挂载配置项参数- Parameters:
MountOptionParameter- 挂载配置项参数
-
-