Class IdlFileInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcaplusdb.v20190823.models.IdlFileInfo
-
public class IdlFileInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description IdlFileInfo()IdlFileInfo(IdlFileInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileContent()Get 文件内容,对于本次新上传的文件有意义 注意:此字段可能返回 null,表示取不到有效值。StringgetFileExtType()Get 文件扩展名LonggetFileId()Get 文件ID,对于已上传的文件有意义 注意:此字段可能返回 null,表示取不到有效值。StringgetFileName()Get 文件名称,不包含扩展名LonggetFileSize()Get 文件大小(Bytes)StringgetFileType()Get 数据描述语言(IDL)类型voidsetFileContent(String FileContent)Set 文件内容,对于本次新上传的文件有意义 注意:此字段可能返回 null,表示取不到有效值。voidsetFileExtType(String FileExtType)Set 文件扩展名voidsetFileId(Long FileId)Set 文件ID,对于已上传的文件有意义 注意:此字段可能返回 null,表示取不到有效值。voidsetFileName(String FileName)Set 文件名称,不包含扩展名voidsetFileSize(Long FileSize)Set 文件大小(Bytes)voidsetFileType(String FileType)Set 数据描述语言(IDL)类型voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
IdlFileInfo
public IdlFileInfo()
-
IdlFileInfo
public IdlFileInfo(IdlFileInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getFileName
public String getFileName()
Get 文件名称,不包含扩展名- Returns:
- FileName 文件名称,不包含扩展名
-
setFileName
public void setFileName(String FileName)
Set 文件名称,不包含扩展名- Parameters:
FileName- 文件名称,不包含扩展名
-
getFileType
public String getFileType()
Get 数据描述语言(IDL)类型- Returns:
- FileType 数据描述语言(IDL)类型
-
setFileType
public void setFileType(String FileType)
Set 数据描述语言(IDL)类型- Parameters:
FileType- 数据描述语言(IDL)类型
-
getFileExtType
public String getFileExtType()
Get 文件扩展名- Returns:
- FileExtType 文件扩展名
-
setFileExtType
public void setFileExtType(String FileExtType)
Set 文件扩展名- Parameters:
FileExtType- 文件扩展名
-
getFileSize
public Long getFileSize()
Get 文件大小(Bytes)- Returns:
- FileSize 文件大小(Bytes)
-
setFileSize
public void setFileSize(Long FileSize)
Set 文件大小(Bytes)- Parameters:
FileSize- 文件大小(Bytes)
-
getFileId
public Long getFileId()
Get 文件ID,对于已上传的文件有意义 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FileId 文件ID,对于已上传的文件有意义 注意:此字段可能返回 null,表示取不到有效值。
-
setFileId
public void setFileId(Long FileId)
Set 文件ID,对于已上传的文件有意义 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FileId- 文件ID,对于已上传的文件有意义 注意:此字段可能返回 null,表示取不到有效值。
-
getFileContent
public String getFileContent()
Get 文件内容,对于本次新上传的文件有意义 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FileContent 文件内容,对于本次新上传的文件有意义 注意:此字段可能返回 null,表示取不到有效值。
-
setFileContent
public void setFileContent(String FileContent)
Set 文件内容,对于本次新上传的文件有意义 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FileContent- 文件内容,对于本次新上传的文件有意义 注意:此字段可能返回 null,表示取不到有效值。
-
-