public class DescribeConfigResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeConfigResponse() | 
| DescribeConfigResponse(DescribeConfigResponse 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 | getAppid()Get 云用户appid。 | 
| Long | getContentLevel()Get 内容检测通知等级-1:通知,0-不通知 | 
| String | getCreatedAt()Get 记录创建时间。 | 
| Long | getId()Get 配置ID。 | 
| String | getNoticeLevel()Get 漏洞告警通知等级,4位分别代表:高危、中危、低危、提示。 | 
| String | getRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| String | getUpdatedAt()Get 记录更新新建。 | 
| void | setAppid(Long Appid)Set 云用户appid。 | 
| void | setContentLevel(Long ContentLevel)Set 内容检测通知等级-1:通知,0-不通知 | 
| void | setCreatedAt(String CreatedAt)Set 记录创建时间。 | 
| void | setId(Long Id)Set 配置ID。 | 
| void | setNoticeLevel(String NoticeLevel)Set 漏洞告警通知等级,4位分别代表:高危、中危、低危、提示。 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。 | 
| void | setUpdatedAt(String UpdatedAt)Set 记录更新新建。 | 
| 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 DescribeConfigResponse()
public DescribeConfigResponse(DescribeConfigResponse source)
public String getNoticeLevel()
public void setNoticeLevel(String NoticeLevel)
NoticeLevel - 漏洞告警通知等级,4位分别代表:高危、中危、低危、提示。public Long getId()
public void setId(Long Id)
Id - 配置ID。public String getCreatedAt()
public void setCreatedAt(String CreatedAt)
CreatedAt - 记录创建时间。public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt - 记录更新新建。public Long getAppid()
public void setAppid(Long Appid)
Appid - 云用户appid。public Long getContentLevel()
public void setContentLevel(Long ContentLevel)
ContentLevel - 内容检测通知等级-1:通知,0-不通知public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.