|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.services.peerconn.model.ModifyPeerConnRequest
public class ModifyPeerConnRequest
The request for updating a peer connection.
Constructor Summary | |
---|---|
ModifyPeerConnRequest()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class com.baidubce.model.AbstractBceRequest |
---|
getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModifyPeerConnRequest()
Method Detail |
---|
public 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 AbstractBceRequest
public 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |