public class ClusterConfigsHistory extends AbstractModel
header, skipSign
Constructor and Description |
---|
ClusterConfigsHistory() |
ClusterConfigsHistory(ClusterConfigsHistory 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 |
getModifyTime()
Get Modification time
|
String |
getNewConfValue()
Get Modified configuration file content; base64 code
|
String |
getOldConfValue()
Get Configuration file content before modification; base64 code
|
String |
getRemark()
Get Reason for modification
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getUserUin()
Get Modify sub-account ID
|
void |
setFileName(String FileName)
Set Configuration file's name
|
void |
setModifyTime(String ModifyTime)
Set Modification time
|
void |
setNewConfValue(String NewConfValue)
Set Modified configuration file content; base64 code
|
void |
setOldConfValue(String OldConfValue)
Set Configuration file content before modification; base64 code
|
void |
setRemark(String Remark)
Set Reason for modification
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setUserUin(String UserUin)
Set Modify sub-account ID
|
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 ClusterConfigsHistory()
public ClusterConfigsHistory(ClusterConfigsHistory source)
public String getFileName()
public void setFileName(String FileName)
FileName
- Configuration file's namepublic String getNewConfValue()
public void setNewConfValue(String NewConfValue)
NewConfValue
- Modified configuration file content; base64 codepublic String getOldConfValue()
public void setOldConfValue(String OldConfValue)
OldConfValue
- Configuration file content before modification; base64 codepublic String getRemark()
public void setRemark(String Remark)
Remark
- Reason for modification
Note: This field may return null, indicating that no valid values can be obtained.public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- Modification timepublic String getUserUin()
public void setUserUin(String UserUin)
UserUin
- Modify sub-account IDCopyright © 2024. All rights reserved.