public class Switch extends AbstractModel
header, skipSign
Constructor and Description |
---|
Switch() |
Switch(Switch 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 |
---|---|
SwitchInfo |
getAudit()
Get 审计开关的详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClusterId()
Get 集群ID
|
SwitchInfo |
getEvent()
Get 事件开关的详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
SwitchInfo |
getLog()
Get 普通日志的详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
SwitchInfo |
getMasterLog()
Get master 日志详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAudit(SwitchInfo Audit)
Set 审计开关的详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setEvent(SwitchInfo Event)
Set 事件开关的详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLog(SwitchInfo Log)
Set 普通日志的详细信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMasterLog(SwitchInfo MasterLog)
Set master 日志详细信息
注意:此字段可能返回 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 Switch()
public Switch(Switch source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic SwitchInfo getAudit()
public void setAudit(SwitchInfo Audit)
Audit
- 审计开关的详细信息
注意:此字段可能返回 null,表示取不到有效值。public SwitchInfo getEvent()
public void setEvent(SwitchInfo Event)
Event
- 事件开关的详细信息
注意:此字段可能返回 null,表示取不到有效值。public SwitchInfo getLog()
public void setLog(SwitchInfo Log)
Log
- 普通日志的详细信息
注意:此字段可能返回 null,表示取不到有效值。public SwitchInfo getMasterLog()
public void setMasterLog(SwitchInfo MasterLog)
MasterLog
- master 日志详细信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.