public class OutputMapping extends AbstractModel
Constructor and Description |
---|
OutputMapping() |
Modifier and Type | Method and Description |
---|---|
String |
getDestinationPath()
获取目的端路径
|
String |
getSourcePath()
获取源端路径
|
void |
setDestinationPath(String DestinationPath)
设置目的端路径
|
void |
setSourcePath(String SourcePath)
设置源端路径
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
fromJsonString, getBinaryParams, getMultipartRequestParams, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getSourcePath()
public void setSourcePath(String SourcePath)
SourcePath
- 源端路径public String getDestinationPath()
public void setDestinationPath(String DestinationPath)
DestinationPath
- 目的端路径Copyright © 2019. All rights reserved.