public class DescribeLogStoreExistStatusResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
existStatus
Indicates whether a Logstore is created for Anti-DDoS Pro or Anti-DDoS Premium.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
DescribeLogStoreExistStatusResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeLogStoreExistStatusResponseBody |
build(Map<String,?> map) |
Boolean |
getExistStatus() |
String |
getRequestId() |
DescribeLogStoreExistStatusResponseBody |
setExistStatus(Boolean existStatus) |
DescribeLogStoreExistStatusResponseBody |
setRequestId(String requestId) |
@NameInMap(value="ExistStatus") public Boolean existStatus
Indicates whether a Logstore is created for Anti-DDoS Pro or Anti-DDoS Premium. Valid values:
true
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:CF33B4C3-196E-4015-AADD-5CAD00057B80
public static DescribeLogStoreExistStatusResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeLogStoreExistStatusResponseBody setExistStatus(Boolean existStatus)
public Boolean getExistStatus()
public DescribeLogStoreExistStatusResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2026. All rights reserved.