com.baidubce.services.peerconn.model
Class GetPeerConnRequest

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

public class GetPeerConnRequest
extends AbstractBceRequest

The request for creating a peer conn.


Constructor Summary
GetPeerConnRequest()
           
 
Method Summary
 String getPeerConnId()
           
 void setPeerConnId(String peerConnId)
           
 GetPeerConnRequest withPeerConnId(String peerConnId)
          Configure id 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

GetPeerConnRequest

public GetPeerConnRequest()
Method Detail

withRequestCredentials

public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
Specified by:
withRequestCredentials in class AbstractBceRequest

withPeerConnId

public GetPeerConnRequest withPeerConnId(String peerConnId)
Configure id for the request.

Parameters:
peerConnId - The name of GetNatRequest
Returns:
GetNatRequest with specific name

getPeerConnId

public String getPeerConnId()

setPeerConnId

public void setPeerConnId(String peerConnId)


Copyright © 2018. All rights reserved.