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
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getLogId()
Get Task report ID
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getTaskLogName()
Get Task report name
Note: This field may return·null, indicating that no valid values can be obtained.
|
String |
getURL()
Get Temp download URL for the report
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setAppId(String AppId)
Set APP ID
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setLogId(String LogId)
Set Task report ID
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setTaskLogName(String TaskLogName)
Set Task report name
Note: This field may return·null, indicating that no valid values can be obtained.
|
void |
setURL(String URL)
Set Temp download URL for the report
Note: This field may return·null, indicating that no valid values can be obtained.
|
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 TaskLogURL()
public TaskLogURL(TaskLogURL source)
public String getURL()
public void setURL(String URL)
URL
- Temp download URL for the report
Note: This field may return·null, indicating that no valid values can be obtained.public String getLogId()
public void setLogId(String LogId)
LogId
- Task report ID
Note: This field may return·null, indicating that no valid values can be obtained.public String getTaskLogName()
public void setTaskLogName(String TaskLogName)
TaskLogName
- Task report name
Note: This field may return·null, indicating that no valid values can be obtained.public String getAppId()
public void setAppId(String AppId)
AppId
- APP ID
Note: This field may return·null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.