public class SearchLogErrors extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SearchLogErrors() | 
| SearchLogErrors(SearchLogErrors source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getErrorCodeStr()Get 错误码 | 
| String | getErrorMsg()Get 错误信息 | 
| String | getTopicId()Get 日志主题ID | 
| void | setErrorCodeStr(String ErrorCodeStr)Set 错误码 | 
| void | setErrorMsg(String ErrorMsg)Set 错误信息 | 
| void | setTopicId(String TopicId)Set 日志主题ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SearchLogErrors()
public SearchLogErrors(SearchLogErrors source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId - 日志主题IDpublic String getErrorMsg()
public void setErrorMsg(String ErrorMsg)
ErrorMsg - 错误信息public String getErrorCodeStr()
public void setErrorCodeStr(String ErrorCodeStr)
ErrorCodeStr - 错误码Copyright © 2025. All rights reserved.