Class AbnormalEvents
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.AbnormalEvents
-
public class AbnormalEvents extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AbnormalEvents()AbnormalEvents(AbnormalEvents 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 StringgetDate()Get 对应查询日期 注意:此字段可能返回 null,表示取不到有效值。AbnormalEventsInfo[]getInfo()Get 列表信息 注意:此字段可能返回 null,表示取不到有效值。voidsetDate(String Date)Set 对应查询日期 注意:此字段可能返回 null,表示取不到有效值。voidsetInfo(AbnormalEventsInfo[] Info)Set 列表信息 注意:此字段可能返回 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
-
AbnormalEvents
public AbnormalEvents()
-
AbnormalEvents
public AbnormalEvents(AbnormalEvents 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
-
getDate
public String getDate()
Get 对应查询日期 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Date 对应查询日期 注意:此字段可能返回 null,表示取不到有效值。
-
setDate
public void setDate(String Date)
Set 对应查询日期 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Date- 对应查询日期 注意:此字段可能返回 null,表示取不到有效值。
-
getInfo
public AbnormalEventsInfo[] getInfo()
Get 列表信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Info 列表信息 注意:此字段可能返回 null,表示取不到有效值。
-
setInfo
public void setInfo(AbnormalEventsInfo[] Info)
Set 列表信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Info- 列表信息 注意:此字段可能返回 null,表示取不到有效值。
-
-