public class IdlFileInfoWithoutContent extends AbstractModel
| Constructor and Description | 
|---|
| IdlFileInfoWithoutContent() | 
| Modifier and Type | Method and Description | 
|---|---|
| ErrorInfo | getError()Get Error message
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getFileExtType()Get File extension
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getFileId()Get File ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getFileName()Get Filename excluding extension
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getFileSize()Get File size in bytes
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getFileType()Get Data interface description language (IDL) type
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setError(ErrorInfo Error)Set Error message
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setFileExtType(String FileExtType)Set File extension
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setFileId(Long FileId)Set File ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setFileName(String FileName)Set Filename excluding extension
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setFileSize(Long FileSize)Set File size in bytes
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setFileType(String FileType)Set Data interface description language (IDL) type
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getFileName()
public void setFileName(String FileName)
FileName - Filename excluding extension
Note: this field may return null, indicating that no valid values can be obtained.public String getFileType()
public void setFileType(String FileType)
FileType - Data interface description language (IDL) type
Note: this field may return null, indicating that no valid values can be obtained.public String getFileExtType()
public void setFileExtType(String FileExtType)
FileExtType - File extension
Note: this field may return null, indicating that no valid values can be obtained.public Long getFileSize()
public void setFileSize(Long FileSize)
FileSize - File size in bytes
Note: this field may return null, indicating that no valid values can be obtained.public Long getFileId()
public void setFileId(Long FileId)
FileId - File ID
Note: this field may return null, indicating that no valid values can be obtained.public ErrorInfo getError()
public void setError(ErrorInfo Error)
Error - Error message
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.