![JAR search and dependency download from the Maven repository](/logo.png)
com.aliyun.eds_aic20230930.models.StopAndroidInstanceResponseBody Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eds_aic20230930 Show documentation
Show all versions of eds_aic20230930 Show documentation
Alibaba Cloud eds-aic (20230930) SDK for Java
// 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