public class TraceRecord extends Object
| Constructor and Description |
|---|
TraceRecord() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAccountId() |
String |
getCaption() |
int |
getCpu() |
Map<String,Object> |
getExtendDatas() |
String |
getExtendJsonData()
Got your own data? pass in here and this can be still searching able, json data start with Object {}
|
String |
getFundId() |
String |
getHashKey() |
String |
getOperator() |
String |
getQueue() |
String |
getThreadName() |
Date |
getTimestamp() |
String |
getType() |
TraceRecord |
setAccountId(Long accountId) |
TraceRecord |
setCaption(String caption) |
TraceRecord |
setCpu(int cpu) |
TraceRecord |
setExtendJsonData(String extendJsonData)
Got your own data? pass in here and this can be still searching able, json data start with Object {}
|
TraceRecord |
setFundId(String fundId) |
TraceRecord |
setHashKey(String hashKey) |
TraceRecord |
setOperator(String operator) |
TraceRecord |
setQueue(String queue) |
TraceRecord |
setThreadName(String threadName) |
TraceRecord |
setTimestamp(Date timestamp) |
TraceRecord |
setType(String type) |
String |
toString() |
public Date getTimestamp()
public TraceRecord setTimestamp(Date timestamp)
public String getType()
public TraceRecord setType(String type)
public String getHashKey()
public TraceRecord setHashKey(String hashKey)
public String getOperator()
public TraceRecord setOperator(String operator)
public String getThreadName()
public TraceRecord setThreadName(String threadName)
public int getCpu()
public TraceRecord setCpu(int cpu)
public String getQueue()
public TraceRecord setQueue(String queue)
public String getExtendJsonData()
public TraceRecord setExtendJsonData(String extendJsonData)
public String getCaption()
public TraceRecord setCaption(String caption)
public Long getAccountId()
public TraceRecord setAccountId(Long accountId)
public String getFundId()
public TraceRecord setFundId(String fundId)
Copyright © 2019. All rights reserved.