public class Case extends AbstractModel
Constructor and Description |
---|
Case() |
Case(Case 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 |
getDesc()
Get 类型描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getText()
Get 对应原文内容
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTime()
Get 时间发生时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 事件类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getValue()
Get 事件提取值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDesc(String Desc)
Set 类型描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setText(String Text)
Set 对应原文内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTime(String Time)
Set 时间发生时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 事件类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setValue(String Value)
Set 事件提取值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Case()
public Case(Case source)
public String getTime()
public void setTime(String Time)
Time
- 时间发生时间
注意:此字段可能返回 null,表示取不到有效值。public String getValue()
public void setValue(String Value)
Value
- 事件提取值
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type
- 事件类型
注意:此字段可能返回 null,表示取不到有效值。public String getDesc()
public void setDesc(String Desc)
Desc
- 类型描述
注意:此字段可能返回 null,表示取不到有效值。public String getText()
public void setText(String Text)
Text
- 对应原文内容
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.