| | |
| | | private String response; |
| | | |
| | | /** |
| | | * 消耗时间 |
| | | */ |
| | | @ApiModelProperty(value= "消耗时间") |
| | | private Integer spendTime; |
| | | |
| | | /** |
| | | * 异常内容 |
| | | */ |
| | | @ApiModelProperty(value= "异常内容") |
| | |
| | | |
| | | public OperationRecord() {} |
| | | |
| | | public OperationRecord(String namespace,String url,String appkey,String timestamp,String clientIp,String request,String response,String err,Integer result,Long userId,Long hostId,Date createTime,String memo) { |
| | | public OperationRecord(String namespace, String url, String appkey, String timestamp, String clientIp, String request, String response, Integer spendTime, String err, Integer result, Long userId, Long hostId, Date createTime, String memo) { |
| | | this.namespace = namespace; |
| | | this.url = url; |
| | | this.appkey = appkey; |
| | |
| | | this.clientIp = clientIp; |
| | | this.request = request; |
| | | this.response = response; |
| | | this.spendTime = spendTime; |
| | | this.err = err; |
| | | this.result = result; |
| | | this.userId = userId; |