All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.sas20181203.models.DescribeVulTargetStatisticsRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.sas20181203.models;

import com.aliyun.tea.*;

public class DescribeVulTargetStatisticsRequest extends TeaModel {
    /**
     * 

The type of the vulnerabilities. Valid values:

*
*

* **cve**: Linux software vulnerabilities

*

* **sys**: Windows system vulnerabilities

*

* **cms**: Web-CMS vulnerabilities

*

* **emg**: urgent vulnerabilities

*/ @NameInMap("Type") public String type; public static DescribeVulTargetStatisticsRequest build(java.util.Map map) throws Exception { DescribeVulTargetStatisticsRequest self = new DescribeVulTargetStatisticsRequest(); return TeaModel.build(map, self); } public DescribeVulTargetStatisticsRequest setType(String type) { this.type = type; return this; } public String getType() { return this.type; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy