public class File extends AbstractModel
Constructor and Description |
---|
File() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getFileType()
Get 文件类型 1-委托书 2-授权书 5-存证证书 11-营业执照
|
String |
getFileUrl()
Get 文件下载地址
|
String |
getValidEndDate()
Get 文件有效截止日期
|
String |
getValidStartDate()
Get 文件有效开始日期
|
void |
setFileType(Long FileType)
Set 文件类型 1-委托书 2-授权书 5-存证证书 11-营业执照
|
void |
setFileUrl(String FileUrl)
Set 文件下载地址
|
void |
setValidEndDate(String ValidEndDate)
Set 文件有效截止日期
|
void |
setValidStartDate(String ValidStartDate)
Set 文件有效开始日期
|
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, toJsonString
public File()
public File(File source)
public String getFileUrl()
public void setFileUrl(String FileUrl)
FileUrl
- 文件下载地址public Long getFileType()
public void setFileType(Long FileType)
FileType
- 文件类型 1-委托书 2-授权书 5-存证证书 11-营业执照public String getValidStartDate()
public void setValidStartDate(String ValidStartDate)
ValidStartDate
- 文件有效开始日期public String getValidEndDate()
public void setValidEndDate(String ValidEndDate)
ValidEndDate
- 文件有效截止日期Copyright © 2022. All rights reserved.