public class SecLogDeliveryClsSettingInfo extends AbstractModel
Constructor and Description |
---|
SecLogDeliveryClsSettingInfo() |
SecLogDeliveryClsSettingInfo(SecLogDeliveryClsSettingInfo 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 |
---|---|
String |
getLogSet()
Get Logset
|
String |
getLogSetName()
Get Logset name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLogType()
Get Log type
|
String |
getRegion()
Get Region
|
Boolean |
getState()
Get Delivery status.
|
String |
getTopicID()
Get Topic ID
|
String |
getTopicName()
Get Topic name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLogSet(String LogSet)
Set Logset
|
void |
setLogSetName(String LogSetName)
Set Logset name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLogType(String LogType)
Set Log type
|
void |
setRegion(String Region)
Set Region
|
void |
setState(Boolean State)
Set Delivery status.
|
void |
setTopicID(String TopicID)
Set Topic ID
|
void |
setTopicName(String TopicName)
Set Topic name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SecLogDeliveryClsSettingInfo()
public SecLogDeliveryClsSettingInfo(SecLogDeliveryClsSettingInfo source)
public String getLogType()
public void setLogType(String LogType)
LogType
- Log typepublic Boolean getState()
public void setState(Boolean State)
State
- Delivery status. Valid values: `true` (enabled); `false` (disabled).public String getRegion()
public void setRegion(String Region)
Region
- Regionpublic String getLogSet()
public void setLogSet(String LogSet)
LogSet
- Logsetpublic String getTopicID()
public void setTopicID(String TopicID)
TopicID
- Topic IDpublic String getLogSetName()
public void setLogSetName(String LogSetName)
LogSetName
- Logset name
Note: This field may return null, indicating that no valid values can be obtained.public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- Topic name
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.