public class ModifyBgpPeerAttributesRequest extends Object
| Constructor and Description |
|---|
ModifyBgpPeerAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyBgpPeerAttributesRequest |
bgpPeerId(String bgpPeerId) |
ModifyBgpPeerAttributesRequest |
bgpPeerName(String bgpPeerName) |
ModifyBgpPeerAttributesRequest |
description(String description) |
boolean |
equals(Object o) |
@NotNull String |
getBgpPeerId()
Get bgpPeerId
|
@Size(min=1,max=128) String |
getBgpPeerName()
Get bgpPeerName
|
@Size(min=1,max=255) String |
getDescription()
Get description
|
int |
hashCode() |
void |
setBgpPeerId(String bgpPeerId) |
void |
setBgpPeerName(String bgpPeerName) |
void |
setDescription(String description) |
String |
toString() |
public ModifyBgpPeerAttributesRequest bgpPeerId(String bgpPeerId)
@NotNull public @NotNull String getBgpPeerId()
public void setBgpPeerId(String bgpPeerId)
public ModifyBgpPeerAttributesRequest bgpPeerName(String bgpPeerName)
@Size(min=1,
max=128)
public @Size(min=1,max=128) String getBgpPeerName()
public void setBgpPeerName(String bgpPeerName)
public ModifyBgpPeerAttributesRequest description(String description)
@Size(min=1,
max=255)
public @Size(min=1,max=255) String getDescription()
public void setDescription(String description)
Copyright © 2026. All rights reserved.