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

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

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

import com.aliyun.tea.*;

public class DescribeVulExportInfoRequest extends TeaModel {
    /**
     * 

The ID of the task.

*

This parameter is required.

* * example: *

14356

*/ @NameInMap("ExportId") public Long exportId; public static DescribeVulExportInfoRequest build(java.util.Map map) throws Exception { DescribeVulExportInfoRequest self = new DescribeVulExportInfoRequest(); return TeaModel.build(map, self); } public DescribeVulExportInfoRequest setExportId(Long exportId) { this.exportId = exportId; return this; } public Long getExportId() { return this.exportId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy