public class TripleContent extends AbstractModel
Constructor and Description |
---|
TripleContent() |
TripleContent(TripleContent 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 |
getId()
Get 实体id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 实体名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getOrder()
Get 实体order
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPopular()
Get 实体流行度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(String Id)
Set 实体id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 实体名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOrder(Long Order)
Set 实体order
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPopular(Long Popular)
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 TripleContent()
public TripleContent(TripleContent source)
public Long getPopular()
public void setPopular(Long Popular)
Popular
- 实体流行度
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- 实体名称
注意:此字段可能返回 null,表示取不到有效值。public Long getOrder()
public void setOrder(Long Order)
Order
- 实体order
注意:此字段可能返回 null,表示取不到有效值。public String getId()
public void setId(String Id)
Id
- 实体id
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.