public class WaimaiLogInfo extends Object
| 构造器和说明 |
|---|
WaimaiLogInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getCmd() |
Long |
getCreatedAt() |
Long |
getId() |
Boolean |
getIsSuccess() |
String |
getMethod() |
String |
getRequest() |
String |
getResponse() |
Long |
getUpdatedAt() |
int |
hashCode() |
void |
setCmd(String cmd) |
void |
setCreatedAt(Long createdAt) |
void |
setId(Long id) |
void |
setIsSuccess(Boolean isSuccess) |
void |
setMethod(String method) |
void |
setRequest(String request) |
void |
setResponse(String response) |
void |
setUpdatedAt(Long updatedAt) |
String |
toString() |
public Long getId()
public void setId(Long id)
public String getCmd()
public void setCmd(String cmd)
public String getMethod()
public void setMethod(String method)
public Boolean getIsSuccess()
public void setIsSuccess(Boolean isSuccess)
public String getRequest()
public void setRequest(String request)
public String getResponse()
public void setResponse(String response)
public Long getCreatedAt()
public void setCreatedAt(Long createdAt)
public Long getUpdatedAt()
public void setUpdatedAt(Long updatedAt)
Copyright © 2018. All rights reserved.