public class ScsSlowLogItem extends Object
| Constructor and Description |
|---|
ScsSlowLogItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientIp() |
Integer |
getClientPort() |
String |
getCommand() |
Integer |
getDuration() |
Integer |
getLogId() |
String |
getTimeStamp() |
void |
setClientIp(String clientIp) |
void |
setClientPort(Integer clientPort) |
void |
setCommand(String command) |
void |
setDuration(Integer duration) |
void |
setLogId(Integer logId) |
void |
setTimeStamp(String timeStamp) |
public Integer getLogId()
public void setLogId(Integer logId)
public String getTimeStamp()
public void setTimeStamp(String timeStamp)
public Integer getDuration()
public void setDuration(Integer duration)
public String getCommand()
public void setCommand(String command)
public String getClientIp()
public void setClientIp(String clientIp)
public Integer getClientPort()
public void setClientPort(Integer clientPort)
Copyright © 2024. All rights reserved.