public class OutputMapping extends AbstractModel
Constructor and Description |
---|
OutputMapping() |
Modifier and Type | Method and Description |
---|---|
String |
getDestinationPath()
Get 目的端路径
|
String |
getSourcePath()
Get 源端路径
|
void |
setDestinationPath(String DestinationPath)
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getSourcePath()
public void setSourcePath(String SourcePath)
SourcePath
- 源端路径public String getDestinationPath()
public void setDestinationPath(String DestinationPath)
DestinationPath
- 目的端路径Copyright © 2020. All rights reserved.