public class CreateRouteEntryResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The ID of the request.
|
String |
routeEntryId
The ID of the custom route entry.
|
构造器和说明 |
---|
CreateRouteEntryResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateRouteEntryResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getRouteEntryId() |
CreateRouteEntryResponseBody |
setRequestId(String requestId) |
CreateRouteEntryResponseBody |
setRouteEntryId(String routeEntryId) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:0ED8D006-F706-4D23-88ED-E11ED28DCAC0
@NameInMap(value="RouteEntryId") public String routeEntryId
The ID of the custom route entry.
example:rte-sn6vjkioxte1gz83z****
public static CreateRouteEntryResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateRouteEntryResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateRouteEntryResponseBody setRouteEntryId(String routeEntryId)
public String getRouteEntryId()
Copyright © 2024. All rights reserved.