public class AgentInfo extends Object
| Constructor and Description |
|---|
AgentInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArthasVersion() |
io.netty.channel.ChannelHandlerContext |
getChannelHandlerContext() |
String |
getHost() |
int |
getPort() |
void |
setArthasVersion(String arthasVersion) |
void |
setChannelHandlerContext(io.netty.channel.ChannelHandlerContext channelHandlerContext) |
void |
setHost(String host) |
void |
setPort(int port) |
public io.netty.channel.ChannelHandlerContext getChannelHandlerContext()
public void setChannelHandlerContext(io.netty.channel.ChannelHandlerContext channelHandlerContext)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
public String getArthasVersion()
public void setArthasVersion(String arthasVersion)
Copyright © 2020. All rights reserved.