Class TaskLogURL
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.csip.v20221121.models.TaskLogURL
-
public class TaskLogURL extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAppId()
Get APP ID 注意:此字段可能返回 null,表示取不到有效值。String
getLogId()
Get 任务报告id 注意:此字段可能返回 null,表示取不到有效值。String
getTaskLogName()
Get 任务报告名称 注意:此字段可能返回 null,表示取不到有效值。String
getURL()
Get 报告下载临时链接 注意:此字段可能返回 null,表示取不到有效值。void
setAppId(String AppId)
Set APP ID 注意:此字段可能返回 null,表示取不到有效值。void
setLogId(String LogId)
Set 任务报告id 注意:此字段可能返回 null,表示取不到有效值。void
setTaskLogName(String TaskLogName)
Set 任务报告名称 注意:此字段可能返回 null,表示取不到有效值。void
setURL(String URL)
Set 报告下载临时链接 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TaskLogURL
public TaskLogURL()
-
TaskLogURL
public 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.
-
-
Method Detail
-
getURL
public String getURL()
Get 报告下载临时链接 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- URL 报告下载临时链接 注意:此字段可能返回 null,表示取不到有效值。
-
setURL
public void setURL(String URL)
Set 报告下载临时链接 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
URL
- 报告下载临时链接 注意:此字段可能返回 null,表示取不到有效值。
-
getLogId
public String getLogId()
Get 任务报告id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LogId 任务报告id 注意:此字段可能返回 null,表示取不到有效值。
-
setLogId
public void setLogId(String LogId)
Set 任务报告id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LogId
- 任务报告id 注意:此字段可能返回 null,表示取不到有效值。
-
getTaskLogName
public String getTaskLogName()
Get 任务报告名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TaskLogName 任务报告名称 注意:此字段可能返回 null,表示取不到有效值。
-
setTaskLogName
public void setTaskLogName(String TaskLogName)
Set 任务报告名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TaskLogName
- 任务报告名称 注意:此字段可能返回 null,表示取不到有效值。
-
getAppId
public String getAppId()
Get APP ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AppId APP ID 注意:此字段可能返回 null,表示取不到有效值。
-
setAppId
public void setAppId(String AppId)
Set APP ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AppId
- APP ID 注意:此字段可能返回 null,表示取不到有效值。
-
-