Class Event
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.Event
-
public class Event extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCount()Get 出现次数 注意:此字段可能返回 null,表示取不到有效值。StringgetFirstTime()Get 第一次出现时间 注意:此字段可能返回 null,表示取不到有效值。StringgetInvolvedObjectKind()Get 事件关联对象类型 注意:此字段可能返回 null,表示取不到有效值。StringgetInvolvedObjectName()Get 事件关联对象名 注意:此字段可能返回 null,表示取不到有效值。StringgetLastTime()Get 最后一次出现时间 注意:此字段可能返回 null,表示取不到有效值。StringgetMessage()Get 内容 注意:此字段可能返回 null,表示取不到有效值。StringgetReason()Get 原因 注意:此字段可能返回 null,表示取不到有效值。StringgetType()Get 事件类型(Normal|Warning)voidsetCount(Long Count)Set 出现次数 注意:此字段可能返回 null,表示取不到有效值。voidsetFirstTime(String FirstTime)Set 第一次出现时间 注意:此字段可能返回 null,表示取不到有效值。voidsetInvolvedObjectKind(String InvolvedObjectKind)Set 事件关联对象类型 注意:此字段可能返回 null,表示取不到有效值。voidsetInvolvedObjectName(String InvolvedObjectName)Set 事件关联对象名 注意:此字段可能返回 null,表示取不到有效值。voidsetLastTime(String LastTime)Set 最后一次出现时间 注意:此字段可能返回 null,表示取不到有效值。voidsetMessage(String Message)Set 内容 注意:此字段可能返回 null,表示取不到有效值。voidsetReason(String Reason)Set 原因 注意:此字段可能返回 null,表示取不到有效值。voidsetType(String Type)Set 事件类型(Normal|Warning)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
-
Event
public Event()
-
Event
public Event(Event 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
-
getFirstTime
public String getFirstTime()
Get 第一次出现时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FirstTime 第一次出现时间 注意:此字段可能返回 null,表示取不到有效值。
-
setFirstTime
public void setFirstTime(String FirstTime)
Set 第一次出现时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FirstTime- 第一次出现时间 注意:此字段可能返回 null,表示取不到有效值。
-
getLastTime
public String getLastTime()
Get 最后一次出现时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LastTime 最后一次出现时间 注意:此字段可能返回 null,表示取不到有效值。
-
setLastTime
public void setLastTime(String LastTime)
Set 最后一次出现时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LastTime- 最后一次出现时间 注意:此字段可能返回 null,表示取不到有效值。
-
getInvolvedObjectKind
public String getInvolvedObjectKind()
Get 事件关联对象类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InvolvedObjectKind 事件关联对象类型 注意:此字段可能返回 null,表示取不到有效值。
-
setInvolvedObjectKind
public void setInvolvedObjectKind(String InvolvedObjectKind)
Set 事件关联对象类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InvolvedObjectKind- 事件关联对象类型 注意:此字段可能返回 null,表示取不到有效值。
-
getInvolvedObjectName
public String getInvolvedObjectName()
Get 事件关联对象名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- InvolvedObjectName 事件关联对象名 注意:此字段可能返回 null,表示取不到有效值。
-
setInvolvedObjectName
public void setInvolvedObjectName(String InvolvedObjectName)
Set 事件关联对象名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
InvolvedObjectName- 事件关联对象名 注意:此字段可能返回 null,表示取不到有效值。
-
getType
public String getType()
Get 事件类型(Normal|Warning)- Returns:
- Type 事件类型(Normal|Warning)
-
setType
public void setType(String Type)
Set 事件类型(Normal|Warning)- Parameters:
Type- 事件类型(Normal|Warning)
-
getReason
public String getReason()
Get 原因 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Reason 原因 注意:此字段可能返回 null,表示取不到有效值。
-
setReason
public void setReason(String Reason)
Set 原因 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Reason- 原因 注意:此字段可能返回 null,表示取不到有效值。
-
getMessage
public String getMessage()
Get 内容 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Message 内容 注意:此字段可能返回 null,表示取不到有效值。
-
setMessage
public void setMessage(String Message)
Set 内容 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Message- 内容 注意:此字段可能返回 null,表示取不到有效值。
-
getCount
public Long getCount()
Get 出现次数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Count 出现次数 注意:此字段可能返回 null,表示取不到有效值。
-
setCount
public void setCount(Long Count)
Set 出现次数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Count- 出现次数 注意:此字段可能返回 null,表示取不到有效值。
-
-