Class File
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bma.v20210624.models.File
-
public class File extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetFileType()Get 文件类型 1-委托书 2-授权书 5-存证证书 11-营业执照StringgetFileUrl()Get 文件下载地址StringgetValidEndDate()Get 文件有效截止日期StringgetValidStartDate()Get 文件有效开始日期voidsetFileType(Long FileType)Set 文件类型 1-委托书 2-授权书 5-存证证书 11-营业执照voidsetFileUrl(String FileUrl)Set 文件下载地址voidsetValidEndDate(String ValidEndDate)Set 文件有效截止日期voidsetValidStartDate(String ValidStartDate)Set 文件有效开始日期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
-
File
public File()
-
File
public File(File 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
-
getFileUrl
public String getFileUrl()
Get 文件下载地址- Returns:
- FileUrl 文件下载地址
-
setFileUrl
public void setFileUrl(String FileUrl)
Set 文件下载地址- Parameters:
FileUrl- 文件下载地址
-
getFileType
public Long getFileType()
Get 文件类型 1-委托书 2-授权书 5-存证证书 11-营业执照- Returns:
- FileType 文件类型 1-委托书 2-授权书 5-存证证书 11-营业执照
-
setFileType
public void setFileType(Long FileType)
Set 文件类型 1-委托书 2-授权书 5-存证证书 11-营业执照- Parameters:
FileType- 文件类型 1-委托书 2-授权书 5-存证证书 11-营业执照
-
getValidStartDate
public String getValidStartDate()
Get 文件有效开始日期- Returns:
- ValidStartDate 文件有效开始日期
-
setValidStartDate
public void setValidStartDate(String ValidStartDate)
Set 文件有效开始日期- Parameters:
ValidStartDate- 文件有效开始日期
-
getValidEndDate
public String getValidEndDate()
Get 文件有效截止日期- Returns:
- ValidEndDate 文件有效截止日期
-
setValidEndDate
public void setValidEndDate(String ValidEndDate)
Set 文件有效截止日期- Parameters:
ValidEndDate- 文件有效截止日期
-
-