Package io.rong.imlib.model
Class TagInfo
-
- All Implemented Interfaces:
public class TagInfo
zhoujt
-
-
Method Summary
Modifier and Type Method Description String
getTagId()
void
setTagId(String tagId)
String
getTagName()
void
setTagName(String tagName)
int
getCount()
void
setCount(int count)
long
getTimestamp()
void
setTimestamp(long timestamp)
void
writeToParcel(Parcel dest, int flags)
int
describeContents()
-
-
Method Detail
-
getTagId
String getTagId()
-
setTagId
void setTagId(String tagId)
-
getTagName
String getTagName()
-
setTagName
void setTagName(String tagName)
-
getCount
int getCount()
-
setCount
void setCount(int count)
-
getTimestamp
long getTimestamp()
-
setTimestamp
void setTimestamp(long timestamp)
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
describeContents
int describeContents()
-
-
-
-