public class Tag extends Object
| 构造器和说明 |
|---|
Tag() |
| 限定符和类型 | 方法和说明 |
|---|---|
Tag |
createdTime(String createdTime) |
Tag |
description(String description) |
boolean |
equals(Object o) |
String |
getCreatedTime()
Get createdTime
|
String |
getDescription()
Get description
|
String |
getName()
Get name
|
Long |
getParentTagId()
Get parentTagId
|
String |
getTagCode()
Get tagCode
|
Long |
getTagId()
Get tagId
|
Long |
getUserCount()
Get userCount
|
int |
hashCode() |
Tag |
name(String name) |
Tag |
parentTagId(Long parentTagId) |
void |
setCreatedTime(String createdTime) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setParentTagId(Long parentTagId) |
void |
setTagCode(String tagCode) |
void |
setTagId(Long tagId) |
void |
setUserCount(Long userCount) |
Tag |
tagCode(String tagCode) |
Tag |
tagId(Long tagId) |
String |
toString() |
Tag |
userCount(Long userCount) |
public Long getTagId()
public void setTagId(Long tagId)
public Long getParentTagId()
public void setParentTagId(Long parentTagId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getTagCode()
public void setTagCode(String tagCode)
public Long getUserCount()
public void setUserCount(Long userCount)
public String getCreatedTime()
public void setCreatedTime(String createdTime)
Copyright © 2020. All rights reserved.