Class DescribeSecLogAlertMsgRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.DescribeSecLogAlertMsgRequest
-
public class DescribeSecLogAlertMsgRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeSecLogAlertMsgRequest()DescribeSecLogAlertMsgRequest(DescribeSecLogAlertMsgRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getType()Get 告警类型 日志储量告警: log_reserve_full 日志存储时间告警: log_save_day_limit kafka实例/公网域名不可用: kafka_instance_domain_unavailable kafka 用户名密码错误: kafka_user_passwd_wrong kafka后台报错字段: kafka_field_wrongvoidsetType(String[] Type)Set 告警类型 日志储量告警: log_reserve_full 日志存储时间告警: log_save_day_limit kafka实例/公网域名不可用: kafka_instance_domain_unavailable kafka 用户名密码错误: kafka_user_passwd_wrong kafka后台报错字段: kafka_field_wrongvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeSecLogAlertMsgRequest
public DescribeSecLogAlertMsgRequest()
-
DescribeSecLogAlertMsgRequest
public DescribeSecLogAlertMsgRequest(DescribeSecLogAlertMsgRequest 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.
-
-
Method Detail
-
getType
public String[] getType()
Get 告警类型 日志储量告警: log_reserve_full 日志存储时间告警: log_save_day_limit kafka实例/公网域名不可用: kafka_instance_domain_unavailable kafka 用户名密码错误: kafka_user_passwd_wrong kafka后台报错字段: kafka_field_wrong- Returns:
- Type 告警类型 日志储量告警: log_reserve_full 日志存储时间告警: log_save_day_limit kafka实例/公网域名不可用: kafka_instance_domain_unavailable kafka 用户名密码错误: kafka_user_passwd_wrong kafka后台报错字段: kafka_field_wrong
-
setType
public void setType(String[] Type)
Set 告警类型 日志储量告警: log_reserve_full 日志存储时间告警: log_save_day_limit kafka实例/公网域名不可用: kafka_instance_domain_unavailable kafka 用户名密码错误: kafka_user_passwd_wrong kafka后台报错字段: kafka_field_wrong- Parameters:
Type- 告警类型 日志储量告警: log_reserve_full 日志存储时间告警: log_save_day_limit kafka实例/公网域名不可用: kafka_instance_domain_unavailable kafka 用户名密码错误: kafka_user_passwd_wrong kafka后台报错字段: kafka_field_wrong
-
-