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 Enables Identifier.
|
String |
getLogsetId()
Get CLS Logset ID
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getTopicId()
Get CLS Log Topic ID
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getTopicRegion()
Get CLS Log Topic Region
Note: This field may return "null", indicating that no valid value can be obtained.
|
Boolean |
getUpgradeAble()
Get Upgradable or not
Note: This field may return "null", indicating that no valid value can be obtained.
|
String |
getVersion()
Get Current log-agent Version
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setEnable(Boolean Enable)
Set Enables Identifier.
|
void |
setLogsetId(String LogsetId)
Set CLS Logset ID
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setTopicId(String TopicId)
Set CLS Log Topic ID
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setTopicRegion(String TopicRegion)
Set CLS Log Topic Region
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setUpgradeAble(Boolean UpgradeAble)
Set Upgradable or not
Note: This field may return "null", indicating that no valid value can be obtained.
|
void |
setVersion(String Version)
Set Current log-agent Version
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 SwitchInfo()
public SwitchInfo(SwitchInfo source)
public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- Enables Identifier. true means enabled.
Note: This field may return "null", indicating that no valid value can be obtained.public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- CLS Logset ID
Note: This field may return "null", indicating that no valid value can be obtained.public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- CLS Log Topic ID
Note: This field may return "null", indicating that no valid value can be obtained.public String getVersion()
public void setVersion(String Version)
Version
- Current log-agent Version
Note: This field may return "null", indicating that no valid value can be obtained.public Boolean getUpgradeAble()
public void setUpgradeAble(Boolean UpgradeAble)
UpgradeAble
- Upgradable or not
Note: This field may return "null", indicating that no valid value can be obtained.public String getTopicRegion()
public void setTopicRegion(String TopicRegion)
TopicRegion
- CLS Log Topic Region
Note: This field may return "null", indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.