Class EventItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.EventItem
-
public class EventItem 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 Long
getEventCount()
Get 修改事件数 注意:此字段可能返回 null,表示取不到有效值。EventInfo[]
getEventDetail()
Get 修改时间详情 注意:此字段可能返回 null,表示取不到有效值。String
getParamName()
Get 参数名 注意:此字段可能返回 null,表示取不到有效值。void
setEventCount(Long EventCount)
Set 修改事件数 注意:此字段可能返回 null,表示取不到有效值。void
setEventDetail(EventInfo[] EventDetail)
Set 修改时间详情 注意:此字段可能返回 null,表示取不到有效值。void
setParamName(String ParamName)
Set 参数名 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
EventItem
public EventItem()
-
EventItem
public EventItem(EventItem 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
-
getParamName
public String getParamName()
Get 参数名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ParamName 参数名 注意:此字段可能返回 null,表示取不到有效值。
-
setParamName
public void setParamName(String ParamName)
Set 参数名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ParamName
- 参数名 注意:此字段可能返回 null,表示取不到有效值。
-
getEventCount
public Long getEventCount()
Get 修改事件数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EventCount 修改事件数 注意:此字段可能返回 null,表示取不到有效值。
-
setEventCount
public void setEventCount(Long EventCount)
Set 修改事件数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EventCount
- 修改事件数 注意:此字段可能返回 null,表示取不到有效值。
-
getEventDetail
public EventInfo[] getEventDetail()
Get 修改时间详情 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EventDetail 修改时间详情 注意:此字段可能返回 null,表示取不到有效值。
-
setEventDetail
public void setEventDetail(EventInfo[] EventDetail)
Set 修改时间详情 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EventDetail
- 修改时间详情 注意:此字段可能返回 null,表示取不到有效值。
-
-