public class DescribeResourceLogResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
logStore
The Logstore of Log Service.
|
String |
message
The returned message.
|
String |
projectName
The Log Service project that is associated with the resource group.
|
String |
requestId
The request ID.
|
String |
status
The state of the resource group.
|
| 构造器和说明 |
|---|
DescribeResourceLogResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeResourceLogResponseBody |
build(Map<String,?> map) |
String |
getLogStore() |
String |
getMessage() |
String |
getProjectName() |
String |
getRequestId() |
String |
getStatus() |
DescribeResourceLogResponseBody |
setLogStore(String logStore) |
DescribeResourceLogResponseBody |
setMessage(String message) |
DescribeResourceLogResponseBody |
setProjectName(String projectName) |
DescribeResourceLogResponseBody |
setRequestId(String requestId) |
DescribeResourceLogResponseBody |
setStatus(String status) |
@NameInMap(value="LogStore") public String logStore
The Logstore of Log Service.
example:access_log
@NameInMap(value="Message") public String message
The returned message.
example:Network interfaces are updating
@NameInMap(value="ProjectName") public String projectName
The Log Service project that is associated with the resource group.
example:eas-r-asdasdasd-sls
@NameInMap(value="RequestId") public String requestId
The request ID.
example:40325405-579C-4D82****
@NameInMap(value="Status") public String status
The state of the resource group.
example:ResourceReady
public static DescribeResourceLogResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeResourceLogResponseBody setLogStore(String logStore)
public String getLogStore()
public DescribeResourceLogResponseBody setMessage(String message)
public String getMessage()
public DescribeResourceLogResponseBody setProjectName(String projectName)
public String getProjectName()
public DescribeResourceLogResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeResourceLogResponseBody setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.