public class TaskLogURL extends AbstractModel
header, skipSign| Constructor and Description |
|---|
TaskLogURL() |
TaskLogURL(TaskLogURL 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 |
getAppId()
Get APP ID
|
String |
getLogId()
Get 任务报告id
|
String |
getTaskLogName()
Get 任务报告名称
|
String |
getURL()
Get 报告下载临时链接
|
void |
setAppId(String AppId)
Set APP ID
|
void |
setLogId(String LogId)
Set 任务报告id
|
void |
setTaskLogName(String TaskLogName)
Set 任务报告名称
|
void |
setURL(String URL)
Set 报告下载临时链接
|
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 TaskLogURL()
public TaskLogURL(TaskLogURL source)
public String getURL()
public void setURL(String URL)
URL - 报告下载临时链接public String getLogId()
public void setLogId(String LogId)
LogId - 任务报告idpublic String getTaskLogName()
public void setTaskLogName(String TaskLogName)
TaskLogName - 任务报告名称public String getAppId()
public void setAppId(String AppId)
AppId - APP IDCopyright © 2024. All rights reserved.