public class ModifyPeerConnRequest extends AbstractBceRequest
| Constructor and Description |
|---|
ModifyPeerConnRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientToken() |
String |
getDescription() |
String |
getLocalIfId() |
String |
getLocalIfName() |
String |
getPeerConnId() |
void |
setClientToken(String clientToken) |
void |
setDescription(String description) |
void |
setLocalIfId(String localIfId) |
void |
setLocalIfName(String localIfName) |
void |
setPeerConnId(String peerConnId) |
ModifyPeerConnRequest |
withDescription(String description)
Configure description for the request.
|
ModifyPeerConnRequest |
withLocalIfId(String localIfId)
Configure localIfName for the request.
|
ModifyPeerConnRequest |
withLocalIfName(String localIfName)
Configure localIfName for the request.
|
ModifyPeerConnRequest |
withPeerConnId(String peerConnId)
Configure peerConnId for the request.
|
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic ModifyPeerConnRequest withLocalIfName(String localIfName)
localIfName - The localIfName of ModifyPeerConnRequest.public ModifyPeerConnRequest withPeerConnId(String peerConnId)
peerConnId - The localIfName of ModifyPeerConnRequest.public ModifyPeerConnRequest withLocalIfId(String localIfId)
localIfId - The localIfName of ModifyPeerConnRequest.public ModifyPeerConnRequest withDescription(String description)
description - The description of ModifyPeerConnRequest.public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic String getClientToken()
public void setClientToken(String clientToken)
public String getDescription()
public void setDescription(String description)
public String getLocalIfName()
public void setLocalIfName(String localIfName)
public String getPeerConnId()
public void setPeerConnId(String peerConnId)
public String getLocalIfId()
public void setLocalIfId(String localIfId)
Copyright © 2022. All rights reserved.