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 Details of the audit switch
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getClusterId()
Get Cluster ID
|
SwitchInfo |
getEvent()
Get Details of the event switch
Note: This field may return "null", indicating that no valid value can be obtained.
|
SwitchInfo |
getLog()
Get Details of common logs
Note: This field may return "null", indicating that no valid value can be obtained.
|
SwitchInfo |
getMasterLog()
Get Details of master log
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setAudit(SwitchInfo Audit)
Set Details of the audit switch
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setEvent(SwitchInfo Event)
Set Details of the event switch
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setLog(SwitchInfo Log)
Set Details of common logs
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setMasterLog(SwitchInfo MasterLog)
Set Details of master log
Note: This field may return "null", indicating that no valid value can be obtained.
|
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 Switch()
public Switch(Switch source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic SwitchInfo getAudit()
public void setAudit(SwitchInfo Audit)
Audit
- Details of the audit switch
Note: This field may return "null", indicating that no valid value can be obtained.public SwitchInfo getEvent()
public void setEvent(SwitchInfo Event)
Event
- Details of the event switch
Note: This field may return "null", indicating that no valid value can be obtained.public SwitchInfo getLog()
public void setLog(SwitchInfo Log)
Log
- Details of common logs
Note: This field may return "null", indicating that no valid value can be obtained.public SwitchInfo getMasterLog()
public void setMasterLog(SwitchInfo MasterLog)
MasterLog
- Details of master log
Note: This field may return "null", indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.