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

com.aliyun.sas20181203.models.StartIdcProbeScanResponseBody 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 StartIdcProbeScanResponseBody extends TeaModel {
    /**
     * 

The request ID.

* * example: *

D65AADFC-1D20-5A6A-8F6A-9FA53CXXXX

*/ @NameInMap("RequestId") public String requestId; public static StartIdcProbeScanResponseBody build(java.util.Map map) throws Exception { StartIdcProbeScanResponseBody self = new StartIdcProbeScanResponseBody(); return TeaModel.build(map, self); } public StartIdcProbeScanResponseBody setRequestId(String requestId) { this.requestId = requestId; return this; } public String getRequestId() { return this.requestId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy