public class DetachDdosFromAcceleratorResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
ddosId
The ID of the Anti-DDoS Pro/Premium instance that was disassociated from the GA instance.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
DetachDdosFromAcceleratorResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static DetachDdosFromAcceleratorResponseBody |
build(Map<String,?> map) |
String |
getDdosId() |
String |
getRequestId() |
DetachDdosFromAcceleratorResponseBody |
setDdosId(String ddosId) |
DetachDdosFromAcceleratorResponseBody |
setRequestId(String requestId) |
@NameInMap(value="DdosId") public String ddosId
The ID of the Anti-DDoS Pro/Premium instance that was disassociated from the GA instance.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static DetachDdosFromAcceleratorResponseBody build(Map<String,?> map) throws Exception
Exception
public DetachDdosFromAcceleratorResponseBody setDdosId(String ddosId)
public String getDdosId()
public DetachDdosFromAcceleratorResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.