类 ModifyPeerConnRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.peerconn.model.ModifyPeerConnRequest
-
public class ModifyPeerConnRequest extends AbstractBceRequest
The request for updating a peer connection.
-
-
构造器概要
构造器 构造器 说明 ModifyPeerConnRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetClientToken()StringgetDescription()StringgetLocalIfId()StringgetLocalIfName()StringgetPeerConnId()voidsetClientToken(String clientToken)voidsetDescription(String description)voidsetLocalIfId(String localIfId)voidsetLocalIfName(String localIfName)voidsetPeerConnId(String peerConnId)ModifyPeerConnRequestwithDescription(String description)Configure description for the request.ModifyPeerConnRequestwithLocalIfId(String localIfId)Configure localIfName for the request.ModifyPeerConnRequestwithLocalIfName(String localIfName)Configure localIfName for the request.ModifyPeerConnRequestwithPeerConnId(String peerConnId)Configure peerConnId for the request.AbstractBceRequestwithRequestCredentials(BceCredentials credentials)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
withLocalIfName
public ModifyPeerConnRequest withLocalIfName(String localIfName)
Configure localIfName for the request.- 参数:
localIfName- The localIfName of ModifyPeerConnRequest.- 返回:
- ModifyPeerConnRequest with specific localIfName.
-
withPeerConnId
public ModifyPeerConnRequest withPeerConnId(String peerConnId)
Configure peerConnId for the request.- 参数:
peerConnId- The localIfName of ModifyPeerConnRequest.- 返回:
- ModifyPeerConnRequest with specific localIfName.
-
withLocalIfId
public ModifyPeerConnRequest withLocalIfId(String localIfId)
Configure localIfName for the request.- 参数:
localIfId- The localIfName of ModifyPeerConnRequest.- 返回:
- ModifyPeerConnRequest with specific localIfName.
-
withDescription
public ModifyPeerConnRequest withDescription(String description)
Configure description for the request.- 参数:
description- The description of ModifyPeerConnRequest.- 返回:
- ModifyPeerConnRequest with specific description.
-
withRequestCredentials
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
getClientToken
public String getClientToken()
-
setClientToken
public void setClientToken(String clientToken)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getLocalIfName
public String getLocalIfName()
-
setLocalIfName
public void setLocalIfName(String localIfName)
-
getPeerConnId
public String getPeerConnId()
-
setPeerConnId
public void setPeerConnId(String peerConnId)
-
getLocalIfId
public String getLocalIfId()
-
setLocalIfId
public void setLocalIfId(String localIfId)
-
-