public class ConfigSubmitContext extends AbstractModel
header, skipSign
Constructor and Description |
---|
ConfigSubmitContext() |
ConfigSubmitContext(ConfigSubmitContext 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 |
getFileName()
Get Configuration file's name
|
String |
getFilePath()
Get File path
|
String |
getNewConfValue()
Get New Base64-encoded content of the configuration file
|
String |
getOldConfValue()
Get Original Base64-encoded content of the configuration file
|
void |
setFileName(String FileName)
Set Configuration file's name
|
void |
setFilePath(String FilePath)
Set File path
|
void |
setNewConfValue(String NewConfValue)
Set New Base64-encoded content of the configuration file
|
void |
setOldConfValue(String OldConfValue)
Set Original Base64-encoded content of the configuration file
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ConfigSubmitContext()
public ConfigSubmitContext(ConfigSubmitContext source)
public String getFileName()
public void setFileName(String FileName)
FileName
- Configuration file's namepublic String getNewConfValue()
public void setNewConfValue(String NewConfValue)
NewConfValue
- New Base64-encoded content of the configuration filepublic String getOldConfValue()
public void setOldConfValue(String OldConfValue)
OldConfValue
- Original Base64-encoded content of the configuration filepublic String getFilePath()
public void setFilePath(String FilePath)
FilePath
- File pathCopyright © 2024. All rights reserved.