Class OutputMapping
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.batch.v20170312.models.OutputMapping
-
public class OutputMapping extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OutputMapping()
OutputMapping(OutputMapping 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 String
getDestinationPath()
Get 目的端路径OutputMappingOption
getOutputMappingOption()
Get 输出映射选项 注意:此字段可能返回 null,表示取不到有效值。String
getSourcePath()
Get 源端路径void
setDestinationPath(String DestinationPath)
Set 目的端路径void
setOutputMappingOption(OutputMappingOption OutputMappingOption)
Set 输出映射选项 注意:此字段可能返回 null,表示取不到有效值。void
setSourcePath(String SourcePath)
Set 源端路径void
toMap(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
-
OutputMapping
public OutputMapping()
-
OutputMapping
public OutputMapping(OutputMapping 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
- 目的端路径
-
getOutputMappingOption
public OutputMappingOption getOutputMappingOption()
Get 输出映射选项 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OutputMappingOption 输出映射选项 注意:此字段可能返回 null,表示取不到有效值。
-
setOutputMappingOption
public void setOutputMappingOption(OutputMappingOption OutputMappingOption)
Set 输出映射选项 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OutputMappingOption
- 输出映射选项 注意:此字段可能返回 null,表示取不到有效值。
-
-