toggle menu
Android-IMLibCore-SDK
5.12.2
io.rong.common
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.common
/
FileInfo
File
Info
io.rong.common
public
class
FileInfo
Members
Constructors
File
Info
Link copied to clipboard
io.rong.common
public
void
FileInfo
(
)
Properties
name
Link copied to clipboard
io.rong.common
public
String
name
size
Link copied to clipboard
io.rong.common
public
long
size
type
Link copied to clipboard
io.rong.common
public
String
type
Functions
get
Name
Link copied to clipboard
io.rong.common
public
String
getName
(
)
get
Size
Link copied to clipboard
io.rong.common
public
long
getSize
(
)
get
Type
Link copied to clipboard
io.rong.common
public
String
getType
(
)
set
Name
Link copied to clipboard
io.rong.common
public
void
setName
(
String
name
)
set
Size
Link copied to clipboard
io.rong.common
public
void
setSize
(
long size
)
set
Type
Link copied to clipboard
io.rong.common
public
void
setType
(
String
type
)