public class ReleaseConfigs extends AbstractModel
header, skipSign
Constructor and Description |
---|
ReleaseConfigs() |
ReleaseConfigs(ReleaseConfigs 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 |
---|---|
Long |
getAction()
Get 状态
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getConfigItem()
Get 配置项描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getContent()
Get 变更内容(优先级展示content内容,content为空取value内容)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLastValue()
Get 变更前的内容
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMessage()
Get 失败原因
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdateTime()
Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValue()
Get 变更后的内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAction(Long Action)
Set 状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConfigItem(String ConfigItem)
Set 配置项描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContent(String Content)
Set 变更内容(优先级展示content内容,content为空取value内容)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLastValue(String LastValue)
Set 变更前的内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMessage(String Message)
Set 失败原因
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(String Value)
Set 变更后的内容
注意:此字段可能返回 null,表示取不到有效值。
|
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 ReleaseConfigs()
public ReleaseConfigs(ReleaseConfigs source)
public String getConfigItem()
public void setConfigItem(String ConfigItem)
ConfigItem
- 配置项描述
注意:此字段可能返回 null,表示取不到有效值。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间
注意:此字段可能返回 null,表示取不到有效值。public Long getAction()
public void setAction(Long Action)
Action
- 状态
注意:此字段可能返回 null,表示取不到有效值。public String getValue()
public void setValue(String Value)
Value
- 变更后的内容
注意:此字段可能返回 null,表示取不到有效值。public String getLastValue()
public void setLastValue(String LastValue)
LastValue
- 变更前的内容
注意:此字段可能返回 null,表示取不到有效值。public String getContent()
public void setContent(String Content)
Content
- 变更内容(优先级展示content内容,content为空取value内容)
注意:此字段可能返回 null,表示取不到有效值。public String getMessage()
public void setMessage(String Message)
Message
- 失败原因
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.