Package io.rong.imlib.model
Class TagInfo
-
- All Implemented Interfaces:
public class TagInfozhoujt
-
-
Method Summary
Modifier and Type Method Description StringgetTagId()voidsetTagId(String tagId)StringgetTagName()voidsetTagName(String tagName)intgetCount()voidsetCount(int count)longgetTimestamp()voidsetTimestamp(long timestamp)voidwriteToParcel(Parcel dest, int flags)intdescribeContents()-
-
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()
-
-
-
-