com.baidubce.services.peerconn.model
Class ModifyPeerConnRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.peerconn.model.ModifyPeerConnRequest

public class ModifyPeerConnRequest
extends AbstractBceRequest

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

ModifyPeerConnRequest

public ModifyPeerConnRequest()
Method Detail

withLocalIfName

public ModifyPeerConnRequest withLocalIfName(String localIfName)
Configure localIfName for the request.

Parameters:
localIfName - The localIfName of ModifyPeerConnRequest.
Returns:
ModifyPeerConnRequest with specific localIfName.

withPeerConnId

public ModifyPeerConnRequest withPeerConnId(String peerConnId)
Configure peerConnId for the request.

Parameters:
peerConnId - The localIfName of ModifyPeerConnRequest.
Returns:
ModifyPeerConnRequest with specific localIfName.

withLocalIfId

public ModifyPeerConnRequest withLocalIfId(String localIfId)
Configure localIfName for the request.

Parameters:
localIfId - The localIfName of ModifyPeerConnRequest.
Returns:
ModifyPeerConnRequest with specific localIfName.

withDescription

public ModifyPeerConnRequest withDescription(String description)
Configure description for the request.

Parameters:
description - The description of ModifyPeerConnRequest.
Returns:
ModifyPeerConnRequest with specific description.

withRequestCredentials

public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
Specified by:
withRequestCredentials in class 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)


Copyright © 2018. All rights reserved.