public class UserApplicationFileInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
UserApplicationFileInfo() |
UserApplicationFileInfo(UserApplicationFileInfo 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 |
---|---|
String |
getFilePath()
Get Application file path.
|
String |
getFileState()
Get File status.
|
void |
setFilePath(String FilePath)
Set Application file path.
|
void |
setFileState(String FileState)
Set File status.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UserApplicationFileInfo()
public UserApplicationFileInfo(UserApplicationFileInfo source)
public String getFilePath()
public void setFilePath(String FilePath)
FilePath
- Application file path.
Note: This field may return null, indicating that no valid values can be obtained.public String getFileState()
public void setFileState(String FileState)
FileState
- File status. NO_EXIST: The file does not exist; EXIST: The file exists.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.