程序包 top.codef.pojos
类 HttpExceptionNotice
java.lang.Object
top.codef.pojos.PromethuesNotice
top.codef.pojos.ExceptionNotice
top.codef.pojos.HttpExceptionNotice
- 所有已实现的接口:
UniqueMessage
-
字段概要
字段从类继承的字段 top.codef.pojos.ExceptionNotice
classPath, exceptionMessage, methodName, parames, project, traceInfo, uid从类继承的字段 top.codef.pojos.PromethuesNotice
createTime, projectEnviroment, showCount, title -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected StringcalUid()getUrl()voidsetHeaders(Map<String, String> headers) voidsetParamInfo(Map<String, String> paramInfo) voidsetRequestBody(String requestBody) voidtoString()从类继承的方法 top.codef.pojos.ExceptionNotice
addStackTrace, getClassPath, getExceptionMessage, getMethodName, getParames, getProject, getProjectEnviroment, getTraceInfo, getUid, setClassPath, setExceptionMessage, setMethodName, setParames, setProject, setProjectEnviroment, setTraceInfo, setUid从类继承的方法 top.codef.pojos.PromethuesNotice
getCreateTime, getShowCount, getTitle, setCreateTime, setShowCount, setTitle
-
字段详细资料
-
url
-
paramInfo
-
requestBody
-
headers
-
-
构造器详细资料
-
HttpExceptionNotice
-
-
方法详细资料
-
calUid
- 覆盖:
calUid在类中ExceptionNotice
-
getUrl
- 返回:
- the url
-
setUrl
- 参数:
url- the url to set
-
getParamInfo
- 返回:
- the paramInfo
-
setParamInfo
- 参数:
paramInfo- the paramInfo to set
-
getRequestBody
- 返回:
- the requestBody
-
setRequestBody
- 参数:
requestBody- the requestBody to set
-
getHeaders
- 返回:
- the headers
-
setHeaders
- 参数:
headers- the headers to set
-
createText
- 覆盖:
createText在类中ExceptionNotice
-
toString
- 覆盖:
toString在类中ExceptionNotice
-