Class SearchLogErrors
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.SearchLogErrors
-
public class SearchLogErrors extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorCodeStr()Get 错误码 注意:此字段可能返回 null,表示取不到有效值。StringgetErrorMsg()Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。StringgetTopicId()Get 日志主题ID 注意:此字段可能返回 null,表示取不到有效值。voidsetErrorCodeStr(String ErrorCodeStr)Set 错误码 注意:此字段可能返回 null,表示取不到有效值。voidsetErrorMsg(String ErrorMsg)Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。voidsetTopicId(String TopicId)Set 日志主题ID 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SearchLogErrors
public SearchLogErrors()
-
SearchLogErrors
public 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.
-
-
Method Detail
-
getTopicId
public String getTopicId()
Get 日志主题ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TopicId 日志主题ID 注意:此字段可能返回 null,表示取不到有效值。
-
setTopicId
public void setTopicId(String TopicId)
Set 日志主题ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TopicId- 日志主题ID 注意:此字段可能返回 null,表示取不到有效值。
-
getErrorMsg
public String getErrorMsg()
Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ErrorMsg 错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
setErrorMsg
public void setErrorMsg(String ErrorMsg)
Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ErrorMsg- 错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
getErrorCodeStr
public String getErrorCodeStr()
Get 错误码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ErrorCodeStr 错误码 注意:此字段可能返回 null,表示取不到有效值。
-
setErrorCodeStr
public void setErrorCodeStr(String ErrorCodeStr)
Set 错误码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ErrorCodeStr- 错误码 注意:此字段可能返回 null,表示取不到有效值。
-
-