public class TagVoteSum extends AbstractModel
header, skipSign| Constructor and Description |
|---|
TagVoteSum() |
TagVoteSum(TagVoteSum 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 |
|---|---|
Boolean |
getStatus()
Get 当前用户对这张表是否加了该标签 true 已添加 false 未添加
|
Long |
getTagId()
Get 标签id
|
String |
getTagName()
Get 标签名
|
Long |
getVoteSum()
Get 该表该标签投票次数
|
void |
setStatus(Boolean Status)
Set 当前用户对这张表是否加了该标签 true 已添加 false 未添加
|
void |
setTagId(Long TagId)
Set 标签id
|
void |
setTagName(String TagName)
Set 标签名
|
void |
setVoteSum(Long VoteSum)
Set 该表该标签投票次数
|
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, toJsonStringpublic TagVoteSum()
public TagVoteSum(TagVoteSum source)
public Long getTagId()
public void setTagId(Long TagId)
TagId - 标签idpublic Long getVoteSum()
public void setVoteSum(Long VoteSum)
VoteSum - 该表该标签投票次数public Boolean getStatus()
public void setStatus(Boolean Status)
Status - 当前用户对这张表是否加了该标签 true 已添加 false 未添加public String getTagName()
public void setTagName(String TagName)
TagName - 标签名Copyright © 2024. All rights reserved.