public class CreateForwardEntryResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
forwardEntryId
The ID of the DNAT entry.
|
String |
requestId
The request ID.
|
构造器和说明 |
---|
CreateForwardEntryResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateForwardEntryResponseBody |
build(Map<String,?> map) |
String |
getForwardEntryId() |
String |
getRequestId() |
CreateForwardEntryResponseBody |
setForwardEntryId(String forwardEntryId) |
CreateForwardEntryResponseBody |
setRequestId(String requestId) |
@NameInMap(value="ForwardEntryId") public String forwardEntryId
The ID of the DNAT entry.
example:fwd-119smw5tkasdf****
@NameInMap(value="RequestId") public String requestId
The request ID.
example:A4AEE536-A97A-40EB-9EBE-53A6948A6928
public static CreateForwardEntryResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateForwardEntryResponseBody setForwardEntryId(String forwardEntryId)
public String getForwardEntryId()
public CreateForwardEntryResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.