public static class UpdateExtendfilesResponseBody.UpdateExtendfilesResponseBodyResult
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
fileSize
The size of the driver file.
|
String |
name
The name of the driver file.
|
String |
sourceType
The source of the driver file.
|
构造器和说明 |
---|
UpdateExtendfilesResponseBodyResult() |
@NameInMap(value="fileSize") public Long fileSize
The size of the driver file. Unit: byte.
@NameInMap(value="name") public String name
The name of the driver file.
@NameInMap(value="sourceType") public String sourceType
The source of the driver file. This parameter is fixed as ORIGIN, which indicates that the driver file is retained.
public static UpdateExtendfilesResponseBody.UpdateExtendfilesResponseBodyResult build(Map<String,?> map) throws Exception
Exception
public UpdateExtendfilesResponseBody.UpdateExtendfilesResponseBodyResult setFileSize(Long fileSize)
public Long getFileSize()
public UpdateExtendfilesResponseBody.UpdateExtendfilesResponseBodyResult setName(String name)
public String getName()
public UpdateExtendfilesResponseBody.UpdateExtendfilesResponseBodyResult setSourceType(String sourceType)
public String getSourceType()
Copyright © 2024. All rights reserved.