public class OperationRecord
extends java.lang.Object
Key操作信息类
限定符和类型 | 类和说明 |
---|---|
static class |
OperationRecord.OperationType
操作类型
|
限定符和类型 | 字段和说明 |
---|---|
java.lang.String |
comment
备注信息
|
java.lang.String |
detail
操作详情,当前用json字符串表示
|
java.lang.Integer |
id
操作信息id
|
boolean |
isSuccess
是否成功
|
long |
time
操作时间
|
OperationRecord.OperationType |
type
操作类型
|
构造器和说明 |
---|
OperationRecord() |
public java.lang.Integer id
public long time
public OperationRecord.OperationType type
public boolean isSuccess
public java.lang.String detail
public java.lang.String comment