public class ModifyLogKafkaDeliverTypeRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ModifyLogKafkaDeliverTypeRequest() |
ModifyLogKafkaDeliverTypeRequest(ModifyLogKafkaDeliverTypeRequest 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 |
|---|---|
Long[] |
getLogType()
Get 安全模块下的日志类型,
|
Long |
getSecurityType()
Get 安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹
|
Long |
getSwitch()
Get 投递开关 0关闭 1开启
|
String |
getTopicId()
Get kafka topic id
|
String |
getTopicName()
Get kafka topic name
|
void |
setLogType(Long[] LogType)
Set 安全模块下的日志类型,
|
void |
setSecurityType(Long SecurityType)
Set 安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹
|
void |
setSwitch(Long Switch)
Set 投递开关 0关闭 1开启
|
void |
setTopicId(String TopicId)
Set kafka topic id
|
void |
setTopicName(String TopicName)
Set kafka topic name
|
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, toJsonStringpublic ModifyLogKafkaDeliverTypeRequest()
public ModifyLogKafkaDeliverTypeRequest(ModifyLogKafkaDeliverTypeRequest source)
public Long getSecurityType()
public void setSecurityType(Long SecurityType)
SecurityType - 安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹public Long[] getLogType()
public void setLogType(Long[] LogType)
LogType - 安全模块下的日志类型,public Long getSwitch()
public void setSwitch(Long Switch)
Switch - 投递开关 0关闭 1开启public String getTopicId()
public void setTopicId(String TopicId)
TopicId - kafka topic idpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName - kafka topic nameCopyright © 2024. All rights reserved.