com.baidubce.services.peerconn.model
Class GetPeerConnResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.peerconn.model.GetPeerConnResponse
- All Implemented Interfaces:
- Serializable
public class GetPeerConnResponse
- extends AbstractBceResponse
The response for get peer conn.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetPeerConnResponse
public GetPeerConnResponse()
getPeerConnId
public String getPeerConnId()
setPeerConnId
public void setPeerConnId(String peerConnId)
getRole
public String getRole()
setRole
public void setRole(String role)
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
getBandwidthInMbps
public int getBandwidthInMbps()
setBandwidthInMbps
public void setBandwidthInMbps(int bandwidthInMbps)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getLocalIfId
public String getLocalIfId()
setLocalIfId
public void setLocalIfId(String localIfId)
getLocalIfName
public String getLocalIfName()
setLocalIfName
public void setLocalIfName(String localIfName)
getLocalVpcId
public String getLocalVpcId()
setLocalVpcId
public void setLocalVpcId(String localVpcId)
getLocalRegion
public String getLocalRegion()
setLocalRegion
public void setLocalRegion(String localRegion)
getPeerAccountId
public String getPeerAccountId()
setPeerAccountId
public void setPeerAccountId(String peerAccountId)
getPeerVpcId
public String getPeerVpcId()
setPeerVpcId
public void setPeerVpcId(String peerVpcId)
getPeerRegion
public String getPeerRegion()
setPeerRegion
public void setPeerRegion(String peerRegion)
getPaymentTiming
public String getPaymentTiming()
setPaymentTiming
public void setPaymentTiming(String paymentTiming)
getDnsStatus
public String getDnsStatus()
setDnsStatus
public void setDnsStatus(String dnsStatus)
getCreatedTime
public String getCreatedTime()
setCreatedTime
public void setCreatedTime(String createdTime)
getExpiredTime
public String getExpiredTime()
setExpiredTime
public void setExpiredTime(String expiredTime)
Copyright © 2018. All rights reserved.