public class TunnelInfo extends Object
| 构造器和说明 |
|---|
TunnelInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCreateTime() |
String |
getInstanceName()
Get the instance name.
|
TunnelStage |
getStage()
Get the phase of the Tunnel.
|
StreamTunnelConfig |
getStreamTunnelConfig() |
String |
getTableName()
Get the table name.
|
String |
getTunnelId()
Get the Tunnel ID.
|
String |
getTunnelName()
Get the Tunnel name.
|
TunnelType |
getTunnelType()
Get the Tunnel type.
|
boolean |
isExpired()
Check if the data is expired.
|
void |
setCreateTime(long createTime) |
void |
setExpired(boolean expired)
Set whether the data has expired.
|
void |
setInstanceName(String instanceName)
Set the instance name.
|
void |
setStage(TunnelStage stage)
Sets the stage of the Tunnel.
|
void |
setStreamTunnelConfig(StreamTunnelConfig streamTunnelConfig) |
void |
setTableName(String tableName)
Set the table name.
|
void |
setTunnelId(String tunnelId)
Set the Tunnel ID.
|
void |
setTunnelName(String tunnelName)
Set the Tunnel name.
|
void |
setTunnelType(TunnelType tunnelType)
Set the Tunnel type.
|
String |
toString() |
public String getTunnelName()
public void setTunnelName(String tunnelName)
tunnelName - The name of the Tunnel.public String getTunnelId()
public void setTunnelId(String tunnelId)
tunnelId - The Tunnel ID.public TunnelType getTunnelType()
public void setTunnelType(TunnelType tunnelType)
tunnelType - The type of Tunnel.public String getTableName()
public void setTableName(String tableName)
tableName - The name of the table.public String getInstanceName()
public void setInstanceName(String instanceName)
instanceName - The name of the instance.public TunnelStage getStage()
public void setStage(TunnelStage stage)
stage - The stage of the Tunnel.public boolean isExpired()
public void setExpired(boolean expired)
expired - Whether the data has expiredpublic StreamTunnelConfig getStreamTunnelConfig()
public void setStreamTunnelConfig(StreamTunnelConfig streamTunnelConfig)
public long getCreateTime()
public void setCreateTime(long createTime)
Copyright © 2025. All Rights Reserved.