public class DescribeLogStoreOfEndpointGroupResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
acceleratorId
The ID of the GA instance.
|
String |
endpointGroupId
The ID of the endpoint group.
|
String |
listenerId
The ID of the listener.
|
String |
requestId
The response parameters.
|
String |
slsLogStoreName
The name of the Logstore.
|
String |
slsProjectName
The name of the Simple Log Service project.
|
String |
slsRegionId
The region ID of the Simple Log Service project.
|
String |
status
Indicates whether the endpoint group is bound to the Simple Log Service project.
|
构造器和说明 |
---|
DescribeLogStoreOfEndpointGroupResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeLogStoreOfEndpointGroupResponseBody |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getEndpointGroupId() |
String |
getListenerId() |
String |
getRequestId() |
String |
getSlsLogStoreName() |
String |
getSlsProjectName() |
String |
getSlsRegionId() |
String |
getStatus() |
DescribeLogStoreOfEndpointGroupResponseBody |
setAcceleratorId(String acceleratorId) |
DescribeLogStoreOfEndpointGroupResponseBody |
setEndpointGroupId(String endpointGroupId) |
DescribeLogStoreOfEndpointGroupResponseBody |
setListenerId(String listenerId) |
DescribeLogStoreOfEndpointGroupResponseBody |
setRequestId(String requestId) |
DescribeLogStoreOfEndpointGroupResponseBody |
setSlsLogStoreName(String slsLogStoreName) |
DescribeLogStoreOfEndpointGroupResponseBody |
setSlsProjectName(String slsProjectName) |
DescribeLogStoreOfEndpointGroupResponseBody |
setSlsRegionId(String slsRegionId) |
DescribeLogStoreOfEndpointGroupResponseBody |
setStatus(String status) |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the GA instance.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group.
@NameInMap(value="ListenerId") public String listenerId
The ID of the listener.
@NameInMap(value="RequestId") public String requestId
The response parameters.
@NameInMap(value="SlsLogStoreName") public String slsLogStoreName
The name of the Logstore.
@NameInMap(value="SlsProjectName") public String slsProjectName
The name of the Simple Log Service project.
@NameInMap(value="SlsRegionId") public String slsRegionId
The region ID of the Simple Log Service project.
@NameInMap(value="Status") public String status
Indicates whether the endpoint group is bound to the Simple Log Service project.
* **on:** The endpoint group is bound to the Simple Log Service project.
* **off:** The endpoint group is not bound to the Simple Log Service project.
public DescribeLogStoreOfEndpointGroupResponseBody()
public static DescribeLogStoreOfEndpointGroupResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeLogStoreOfEndpointGroupResponseBody setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public DescribeLogStoreOfEndpointGroupResponseBody setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public DescribeLogStoreOfEndpointGroupResponseBody setListenerId(String listenerId)
public String getListenerId()
public DescribeLogStoreOfEndpointGroupResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeLogStoreOfEndpointGroupResponseBody setSlsLogStoreName(String slsLogStoreName)
public String getSlsLogStoreName()
public DescribeLogStoreOfEndpointGroupResponseBody setSlsProjectName(String slsProjectName)
public String getSlsProjectName()
public DescribeLogStoreOfEndpointGroupResponseBody setSlsRegionId(String slsRegionId)
public String getSlsRegionId()
public DescribeLogStoreOfEndpointGroupResponseBody setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.