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
|
String |
getName()
Get 实体名称
|
Long |
getOrder()
Get 实体order
|
Long |
getPopular()
Get 实体流行度
|
void |
setId(String Id)
Set 实体id
|
void |
setName(String Name)
Set 实体名称
|
void |
setOrder(Long Order)
Set 实体order
|
void |
setPopular(Long Popular)
Set 实体流行度
|
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 String getId()
public void setId(String Id)
Id
- 实体idpublic String getName()
public void setName(String Name)
Name
- 实体名称public Long getOrder()
public void setOrder(Long Order)
Order
- 实体orderpublic Long getPopular()
public void setPopular(Long Popular)
Popular
- 实体流行度Copyright © 2022. All rights reserved.