public class SwitchInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SwitchInfo() |
SwitchInfo(SwitchInfo 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 |
---|---|
Boolean |
getEnable()
Get 开启标识符 true代表开启
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLogsetId()
Get CLS日志集ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTopicId()
Get CLS日志主题ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTopicRegion()
Get CLS日志主题所属region
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getUpgradeAble()
Get 是否可升级
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVersion()
Get 当前log-agent版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnable(Boolean Enable)
Set 开启标识符 true代表开启
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLogsetId(String LogsetId)
Set CLS日志集ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTopicId(String TopicId)
Set CLS日志主题ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTopicRegion(String TopicRegion)
Set CLS日志主题所属region
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpgradeAble(Boolean UpgradeAble)
Set 是否可升级
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVersion(String Version)
Set 当前log-agent版本
注意:此字段可能返回 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 SwitchInfo()
public SwitchInfo(SwitchInfo source)
public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- 开启标识符 true代表开启
注意:此字段可能返回 null,表示取不到有效值。public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- CLS日志集ID
注意:此字段可能返回 null,表示取不到有效值。public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- CLS日志主题ID
注意:此字段可能返回 null,表示取不到有效值。public String getVersion()
public void setVersion(String Version)
Version
- 当前log-agent版本
注意:此字段可能返回 null,表示取不到有效值。public Boolean getUpgradeAble()
public void setUpgradeAble(Boolean UpgradeAble)
UpgradeAble
- 是否可升级
注意:此字段可能返回 null,表示取不到有效值。public String getTopicRegion()
public void setTopicRegion(String TopicRegion)
TopicRegion
- CLS日志主题所属region
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.