toggle menu
Android-IMLibCore-SDK
5.12.2
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
TagInfo
Tag
Info
io.rong.imlib
public
class
TagInfo
Author
zhoujt
Members
Constructors
Tag
Info
Link copied to clipboard
io.rong.imlib
public
void
TagInfo
(
)
public
void
TagInfo
(
String
tagId
,
String
tagName
)
public
void
TagInfo
(
String
tagId
,
String
tagName
,
int count
,
long timestamp
)
Properties
count
Link copied to clipboard
io.rong.imlib
public
int
count
匹配的会话个数
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<TagInfo>
CREATOR
tag
Id
Link copied to clipboard
io.rong.imlib
public
String
tagId
标签唯一标识,字符型,长度不超过 10 个字
tag
Name
Link copied to clipboard
io.rong.imlib
public
String
tagName
长度不超过 15 个字,标签名称可以重复
timestamp
Link copied to clipboard
io.rong.imlib
public
long
timestamp
时间戳由协议栈提供
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Count
Link copied to clipboard
io.rong.imlib
public
int
getCount
(
)
get
Tag
Id
Link copied to clipboard
io.rong.imlib
public
String
getTagId
(
)
get
Tag
Name
Link copied to clipboard
io.rong.imlib
public
String
getTagName
(
)
get
Timestamp
Link copied to clipboard
io.rong.imlib
public
long
getTimestamp
(
)
set
Count
Link copied to clipboard
io.rong.imlib
public
void
setCount
(
int count
)
set
Tag
Id
Link copied to clipboard
io.rong.imlib
public
void
setTagId
(
String
tagId
)
set
Tag
Name
Link copied to clipboard
io.rong.imlib
public
void
setTagName
(
String
tagName
)
set
Timestamp
Link copied to clipboard
io.rong.imlib
public
void
setTimestamp
(
long timestamp
)
write
To
Parcel
Link copied to clipboard
io.rong.imlib
public
void
writeToParcel
(
Parcel dest
,
int flags
)