public static class WxMnpJsErrListResult.WxMnpJsErr extends Object implements Serializable
| 构造器和说明 |
|---|
WxMnpJsErr() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrorMsg() |
String |
getErrorMsgMd5() |
String |
getErrorStack() |
String |
getErrorStackMd5() |
int |
getPv() |
String |
getPvPercent() |
int |
getUv() |
String |
getUvPercent() |
void |
setErrorMsg(String errorMsg) |
void |
setErrorMsgMd5(String errorMsgMd5) |
void |
setErrorStack(String errorStack) |
void |
setErrorStackMd5(String errorStackMd5) |
void |
setPv(int pv) |
void |
setPvPercent(String pvPercent) |
void |
setUv(int uv) |
void |
setUvPercent(String uvPercent) |
String |
toString() |
public String getErrorMsgMd5()
public void setErrorMsgMd5(String errorMsgMd5)
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
public int getUv()
public void setUv(int uv)
public int getPv()
public void setPv(int pv)
public String getErrorStackMd5()
public void setErrorStackMd5(String errorStackMd5)
public String getErrorStack()
public void setErrorStack(String errorStack)
public String getPvPercent()
public void setPvPercent(String pvPercent)
public String getUvPercent()
public void setUvPercent(String uvPercent)
Copyright © 2022. All rights reserved.