public class ConfigFilePersistent extends AbstractModel
header, skipSign
Constructor and Description |
---|
ConfigFilePersistent() |
ConfigFilePersistent(ConfigFilePersistent 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 |
getEncoding()
Get 文件编码
|
String |
getPath()
Get 文件下发路径
|
String |
getPostCmd()
Get 文件后置命令
|
void |
setEncoding(String Encoding)
Set 文件编码
|
void |
setPath(String Path)
Set 文件下发路径
|
void |
setPostCmd(String PostCmd)
Set 文件后置命令
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ConfigFilePersistent()
public ConfigFilePersistent(ConfigFilePersistent source)
public String getEncoding()
public void setEncoding(String Encoding)
Encoding
- 文件编码public String getPath()
public void setPath(String Path)
Path
- 文件下发路径public String getPostCmd()
public void setPostCmd(String PostCmd)
PostCmd
- 文件后置命令Copyright © 2025. All rights reserved.