public class HouseEventsInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
HouseEventsInfo() |
HouseEventsInfo(HouseEventsInfo 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[] |
getClusterInfo()
Get 集群信息
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getEventsAction()
Get 事件类型
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getTime()
Get 事件时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterInfo(String[] ClusterInfo)
Set 集群信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEventsAction(String[] EventsAction)
Set 事件类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTime(String[] Time)
Set 事件时间
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public HouseEventsInfo()
public HouseEventsInfo(HouseEventsInfo source)
public String[] getTime()
public void setTime(String[] Time)
Time
- 事件时间
注意:此字段可能返回 null,表示取不到有效值。public String[] getEventsAction()
public void setEventsAction(String[] EventsAction)
EventsAction
- 事件类型
注意:此字段可能返回 null,表示取不到有效值。public String[] getClusterInfo()
public void setClusterInfo(String[] ClusterInfo)
ClusterInfo
- 集群信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.