public class ChannelInfo extends Object
| 构造器和说明 |
|---|
ChannelInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Date |
getChannelConsumePoint()
Get the latest timestamp of the current Channel consumption data.
|
long |
getChannelCount() |
String |
getChannelId()
Get the Channel ID.
|
long |
getChannelRpo()
Get the RPO (Recovery Point Objective) time of the current Channel, in milliseconds.
|
ChannelStatus |
getChannelStatus()
Get the status of the Channel.
|
ChannelType |
getChannelType()
Get the Channel type.
|
String |
getClientId()
Get the ID of the Tunnel Client.
|
void |
setChannelConsumePoint(Date channelConsumePoint)
Internal interface, do not use.
|
void |
setChannelCount(long channelCount) |
void |
setChannelId(String channelId)
Set the ChannelID.
|
void |
setChannelRpo(long channelRpo) |
void |
setChannelStatus(ChannelStatus channelStatus)
Set the status of the Channel.
|
void |
setChannelType(ChannelType channelType)
Set the Channel type.
|
void |
setClientId(String clientId)
Set the ID for the Tunnel Client.
|
String |
toString() |
public String getChannelId()
public void setChannelId(String channelId)
channelId - Channel ID.public ChannelType getChannelType()
public void setChannelType(ChannelType channelType)
channelType - The type of Channel.public ChannelStatus getChannelStatus()
public void setChannelStatus(ChannelStatus channelStatus)
channelStatus - The status of the Channel.public String getClientId()
public void setClientId(String clientId)
clientId - Tunnel Client ID.public long getChannelRpo()
public void setChannelRpo(long channelRpo)
public Date getChannelConsumePoint()
public void setChannelConsumePoint(Date channelConsumePoint)
public long getChannelCount()
public void setChannelCount(long channelCount)
Copyright © 2025. All Rights Reserved.