toggle menu
opensdk
androidJvm
switch theme
search in API
opensdk
/
com.alicloud.databox.opensdk.scope
/
AliyunpanFileScope
/
GetFile
Get
File
class
GetFile
(
driveId
:
String
,
fileId
:
String
,
videoThumbnailTime
:
Long
?
=
null
,
videoThumbnailWidth
:
Long
?
=
null
,
imageThumbnailWidth
:
Long
?
=
null
)
:
AliyunpanScope
获取文件详情
Members
Constructors
Get
File
Link copied to clipboard
constructor
(
driveId
:
String
,
fileId
:
String
,
videoThumbnailTime
:
Long
?
=
null
,
videoThumbnailWidth
:
Long
?
=
null
,
imageThumbnailWidth
:
Long
?
=
null
)
Functions
get
Api
Link copied to clipboard
open
override
fun
getApi
(
)
:
String
get
Http
Method
Link copied to clipboard
open
override
fun
getHttpMethod
(
)
:
String
get
Request
Link copied to clipboard
open
override
fun
getRequest
(
)
:
Map
<
String
,
Any
?
>