toggle menu
Android-IMLibCore-SDK
5.24.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.params
/
TimeRange
Time
Range
io.rong.imlib
public
class
TimeRange
本地会话搜索-时间过滤。
Since
5.22.0
Members
Constructors
Time
Range
Link copied to clipboard
io.rong.imlib
public
void
TimeRange
(
)
public
void
TimeRange
(
long startTime
,
long endTime
)
Properties
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<TimeRange>
CREATOR
end
Time
Link copied to clipboard
io.rong.imlib
public
long
endTime
查询的结束时间戳,单位毫秒,范围为 (startTime, Now()]。 如果未赋值,或者赋值为 0,使用当前时间。
start
Time
Link copied to clipboard
io.rong.imlib
public
long
startTime
查询的开始时间戳,单位毫秒,默认为 0,范围为 [0, endTime)。
Functions
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
End
Time
Link copied to clipboard
io.rong.imlib
public
long
getEndTime
(
)
get
Start
Time
Link copied to clipboard
io.rong.imlib
public
long
getStartTime
(
)
set
End
Time
Link copied to clipboard
io.rong.imlib
public
void
setEndTime
(
long endTime
)
set
Start
Time
Link copied to clipboard
io.rong.imlib
public
void
setStartTime
(
long startTime
)
to
String
Link copied to clipboard
io.rong.imlib
public
String
toString
(
)
write
To
Parcel
Link copied to clipboard
io.rong.imlib
public
void
writeToParcel
(
Parcel dest
,
int flags
)