public class RelevantEvent extends AbstractModel
header, skipSign
Constructor and Description |
---|
RelevantEvent() |
RelevantEvent(RelevantEvent 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 |
getContent()
Get 相关事件内容
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDatetime()
Get 相关事件时间
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getReference()
Get 相关事件引用文章标号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTitle()
Get 相关事件标题
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setContent(String Content)
Set 相关事件内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDatetime(String Datetime)
Set 相关事件时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReference(Long[] Reference)
Set 相关事件引用文章标号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTitle(String Title)
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 RelevantEvent()
public RelevantEvent(RelevantEvent source)
public String getTitle()
public void setTitle(String Title)
Title
- 相关事件标题
注意:此字段可能返回 null,表示取不到有效值。public String getContent()
public void setContent(String Content)
Content
- 相关事件内容
注意:此字段可能返回 null,表示取不到有效值。public String getDatetime()
public void setDatetime(String Datetime)
Datetime
- 相关事件时间
注意:此字段可能返回 null,表示取不到有效值。public Long[] getReference()
public void setReference(Long[] Reference)
Reference
- 相关事件引用文章标号
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.