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 xxx
|
String |
getFileUrl()
Get xxx
|
String |
getValidEndDate()
Get xxx
|
String |
getValidStartDate()
Get xxx
|
void |
setFileType(Long FileType)
Set xxx
|
void |
setFileUrl(String FileUrl)
Set xxx
|
void |
setValidEndDate(String ValidEndDate)
Set xxx
|
void |
setValidStartDate(String ValidStartDate)
Set xxx
|
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
- xxxpublic Long getFileType()
public void setFileType(Long FileType)
FileType
- xxxpublic String getValidStartDate()
public void setValidStartDate(String ValidStartDate)
ValidStartDate
- xxxpublic String getValidEndDate()
public void setValidEndDate(String ValidEndDate)
ValidEndDate
- xxxCopyright © 2022. All rights reserved.