public class ConcernInfo extends AbstractModel
Constructor and Description |
---|
ConcernInfo() |
ConcernInfo(ConcernInfo 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 |
getConcern()
Get 关注点
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getConcernType()
Get 关注点类型
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getEntityType()
Get 实体类型
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatisticsCount()
Get 最近数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConcern(String Concern)
Set 关注点
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConcernType(Long ConcernType)
Set 关注点类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEntityType(Long EntityType)
Set 实体类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatisticsCount(Long StatisticsCount)
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 ConcernInfo()
public ConcernInfo(ConcernInfo source)
public Long getConcernType()
public void setConcernType(Long ConcernType)
ConcernType
- 关注点类型
注意:此字段可能返回 null,表示取不到有效值。public Long getEntityType()
public void setEntityType(Long EntityType)
EntityType
- 实体类型
注意:此字段可能返回 null,表示取不到有效值。public String getConcern()
public void setConcern(String Concern)
Concern
- 关注点
注意:此字段可能返回 null,表示取不到有效值。public Long getStatisticsCount()
public void setStatisticsCount(Long StatisticsCount)
StatisticsCount
- 最近数量
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.