public static class APMAppender.APMLog extends Object
| 构造器和说明 |
|---|
APMLog() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getActionDuration() |
Date |
getActionTime() |
Object[] |
getArgs() |
Object |
getRetuenObj() |
String |
getTag() |
String |
getUrl() |
String |
getUser() |
boolean |
isException() |
void |
setActionDuration(long actionDuration) |
void |
setActionTime(Date actionTime) |
void |
setArgs(Object[] args) |
void |
setException(boolean exception) |
void |
setRetuenObj(Object retuenObj) |
void |
setTag(String tag) |
void |
setUrl(String url) |
void |
setUser(String user) |
String |
toString() |
public String getUrl()
public void setUrl(String url)
url - the url to setpublic boolean isException()
public void setException(boolean exception)
exception - the exception to setpublic String getTag()
public void setTag(String tag)
tag - the tag to setpublic String getUser()
public void setUser(String user)
user - the user to setpublic Date getActionTime()
public void setActionTime(Date actionTime)
actionTime - the actionTime to setpublic long getActionDuration()
public void setActionDuration(long actionDuration)
actionDuration - the actionDuration to setpublic Object[] getArgs()
public void setArgs(Object[] args)
args - the args to setpublic Object getRetuenObj()
public void setRetuenObj(Object retuenObj)
retuenObj - the retuenObj to setCopyright © 2019. All rights reserved.