public class CreateBgpPeerResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
bgpPeerId
The ID of the BGP peer.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
CreateBgpPeerResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateBgpPeerResponseBody |
build(Map<String,?> map) |
String |
getBgpPeerId() |
String |
getRequestId() |
CreateBgpPeerResponseBody |
setBgpPeerId(String bgpPeerId) |
CreateBgpPeerResponseBody |
setRequestId(String requestId) |
@NameInMap(value="BgpPeerId") public String bgpPeerId
The ID of the BGP peer.
example:bgp-m5eoyp2mwegk8ce9v****
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:D4B7649A-61BB-4C64-A586-1DFF1EDA6A42
public static CreateBgpPeerResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateBgpPeerResponseBody setBgpPeerId(String bgpPeerId)
public String getBgpPeerId()
public CreateBgpPeerResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.