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

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

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

import com.aliyun.tea.*;

public class ModifyAppVulScanCycleRequest extends TeaModel {
    /**
     * 

The scan cycle for application vulnerabilities.

*
*

* 1week

*

* 2weeks

*

* 3days

*/ @NameInMap("Cycle") public String cycle; public static ModifyAppVulScanCycleRequest build(java.util.Map map) throws Exception { ModifyAppVulScanCycleRequest self = new ModifyAppVulScanCycleRequest(); return TeaModel.build(map, self); } public ModifyAppVulScanCycleRequest setCycle(String cycle) { this.cycle = cycle; return this; } public String getCycle() { return this.cycle; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy