public class WaimaiLogInfoDTO extends Object implements Serializable
| Constructor and Description |
|---|
WaimaiLogInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCmd() |
Boolean |
getIsSuccess() |
String |
getMethod() |
String |
getRequest() |
String |
getResponse() |
int |
hashCode() |
void |
setCmd(String cmd) |
void |
setIsSuccess(Boolean success) |
void |
setMethod(String method) |
void |
setRequest(String request) |
void |
setResponse(String response) |
String |
toString() |
public String getCmd()
public void setCmd(String cmd)
public String getMethod()
public void setMethod(String method)
public Boolean getIsSuccess()
public void setIsSuccess(Boolean success)
public String getRequest()
public void setRequest(String request)
public String getResponse()
public void setResponse(String response)
Copyright © 2017. All rights reserved.