public class OutputMapping extends AbstractModel
Constructor and 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.
|
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 OutputMapping()
public OutputMapping(OutputMapping source)
public String getSourcePath()
public void setSourcePath(String SourcePath)
SourcePath
- 源端路径public String getDestinationPath()
public void setDestinationPath(String DestinationPath)
DestinationPath
- 目的端路径Copyright © 2021. All rights reserved.