public class DescribeTunnelResponse extends Response
| 构造器和说明 |
|---|
DescribeTunnelResponse(Response meta) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ChannelInfo> |
getChannelInfos()
Get the list of Channel information under this Tunnel.
|
Date |
getTunnelConsumePoint()
Get the current time point for Tunnel data consumption.
|
TunnelInfo |
getTunnelInfo()
Internal interface, do not use.
|
long |
getTunnelRpo()
The RPO (Recovery Point Objective) time of the current Tunnel, in milliseconds.
|
void |
setChannelInfos(List<ChannelInfo> channelInfos)
Internal interface, do not use.
|
void |
setTunnelConsumePoint(Date tunnelConsumePoint)
Internal interface, do not use.
|
void |
setTunnelInfo(TunnelInfo tunnelInfo)
Internal interface, do not use.
|
void |
setTunnelRpo(long tunnelRpo)
Internal interface, do not use.
|
getRequestId, getTraceId, setRequestId, setTraceIdpublic DescribeTunnelResponse(Response meta)
public long getTunnelRpo()
public void setTunnelRpo(long tunnelRpo)
public Date getTunnelConsumePoint()
public void setTunnelConsumePoint(Date tunnelConsumePoint)
public TunnelInfo getTunnelInfo()
public void setTunnelInfo(TunnelInfo tunnelInfo)
public List<ChannelInfo> getChannelInfos()
public void setChannelInfos(List<ChannelInfo> channelInfos)
Copyright © 2025. All Rights Reserved.