public class DescribeApplicationFileInfoRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeApplicationFileInfoRequest()  | 
DescribeApplicationFileInfoRequest(DescribeApplicationFileInfoRequest 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 | 
getApplicationId()
Get Application ID. 
 | 
String[] | 
getFilePathList()
Get Application file path list. 
 | 
void | 
setApplicationId(String ApplicationId)
Set Application ID. 
 | 
void | 
setFilePathList(String[] FilePathList)
Set Application file path list. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeApplicationFileInfoRequest()
public DescribeApplicationFileInfoRequest(DescribeApplicationFileInfoRequest source)
public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId - Application ID.public String[] getFilePathList()
public void setFilePathList(String[] FilePathList)
FilePathList - Application file path list.Copyright © 2025. All rights reserved.