public class DescribeSlsLogstoreInfoResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
logStore
The Logstore of the Anti-DDoS Pro or Anti-DDoS Premium instance.
|
String |
project
The Logstore project of the Anti-DDoS Pro or Anti-DDoS Premium instance.
|
Long |
quota
The available log storage capacity.
|
String |
requestId
The ID of the request.
|
Integer |
ttl
The log storage duration.
|
Long |
used
The used log storage capacity.
|
| 构造器和说明 |
|---|
DescribeSlsLogstoreInfoResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeSlsLogstoreInfoResponseBody |
build(Map<String,?> map) |
String |
getLogStore() |
String |
getProject() |
Long |
getQuota() |
String |
getRequestId() |
Integer |
getTtl() |
Long |
getUsed() |
DescribeSlsLogstoreInfoResponseBody |
setLogStore(String logStore) |
DescribeSlsLogstoreInfoResponseBody |
setProject(String project) |
DescribeSlsLogstoreInfoResponseBody |
setQuota(Long quota) |
DescribeSlsLogstoreInfoResponseBody |
setRequestId(String requestId) |
DescribeSlsLogstoreInfoResponseBody |
setTtl(Integer ttl) |
DescribeSlsLogstoreInfoResponseBody |
setUsed(Long used) |
@NameInMap(value="LogStore") public String logStore
The Logstore of the Anti-DDoS Pro or Anti-DDoS Premium instance.
example:ddoscoo-logstore
@NameInMap(value="Project") public String project
The Logstore project of the Anti-DDoS Pro or Anti-DDoS Premium instance.
example:ddoscoo-project-181071506993****-cn-hangzhou
@NameInMap(value="Quota") public Long quota
The available log storage capacity. Unit: bytes.
example:3298534883328
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:CF33B4C3-196E-4015-AADD-5CAD00057B80
@NameInMap(value="Ttl") public Integer ttl
The log storage duration. Unit: days.
example:180
@NameInMap(value="Used") public Long used
The used log storage capacity. Unit: bytes.
example:The statistics on Log Service are delayed for about two hours.
0
public static DescribeSlsLogstoreInfoResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSlsLogstoreInfoResponseBody setLogStore(String logStore)
public String getLogStore()
public DescribeSlsLogstoreInfoResponseBody setProject(String project)
public String getProject()
public DescribeSlsLogstoreInfoResponseBody setQuota(Long quota)
public Long getQuota()
public DescribeSlsLogstoreInfoResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeSlsLogstoreInfoResponseBody setTtl(Integer ttl)
public Integer getTtl()
public DescribeSlsLogstoreInfoResponseBody setUsed(Long used)
public Long getUsed()
Copyright © 2026. All rights reserved.