public class DescribeOfflineLogsRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeOfflineLogsRequest()  | 
DescribeOfflineLogsRequest(DescribeOfflineLogsRequest 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[] | 
getFileIDs()
Get List of offline log file IDs 
 | 
String | 
getProjectKey()
Get Unique project key for reporting 
 | 
void | 
setFileIDs(String[] FileIDs)
Set List of offline log file IDs 
 | 
void | 
setProjectKey(String ProjectKey)
Set Unique project key for reporting 
 | 
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, toJsonStringpublic DescribeOfflineLogsRequest()
public DescribeOfflineLogsRequest(DescribeOfflineLogsRequest source)
public String getProjectKey()
public void setProjectKey(String ProjectKey)
ProjectKey - Unique project key for reportingpublic String[] getFileIDs()
public void setFileIDs(String[] FileIDs)
FileIDs - List of offline log file IDsCopyright © 2022. All rights reserved.