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

com.aliyun.eds_aic20230930.models.StopAndroidInstanceResponseBody Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.eds_aic20230930.models;

import com.aliyun.tea.*;

public class StopAndroidInstanceResponseBody extends TeaModel {
    /**
     * example:
     * 

E38B41A8-8E00-5AE4-A957-6636ACB8****

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy