Class AppTaskData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mmps.v20200710.models.AppTaskData
-
public class AppTaskData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AppTaskData()
AppTaskData(AppTaskData 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 AppInfoItem
getAppInfo()
Get 应用信息String
getContactName()
Get 联系人信息 注意:此字段可能返回 null,表示取不到有效值。String
getEndTime()
Get 任务完成时间(更新时间)Long
getSource()
Get 任务来源,0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);String
getStartTime()
Get 任务启动时间String
getTaskErrMsg()
Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。String
getTaskID()
Get 任务idLong
getTaskStatus()
Get 0:默认值(待检测/待咨询), 1.检测中, 2:待评估, 3:评估中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;Long
getTaskType()
Get 任务类型, 0:基础版, 1:专家版, 2:本地化void
setAppInfo(AppInfoItem AppInfo)
Set 应用信息void
setContactName(String ContactName)
Set 联系人信息 注意:此字段可能返回 null,表示取不到有效值。void
setEndTime(String EndTime)
Set 任务完成时间(更新时间)void
setSource(Long Source)
Set 任务来源,0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);void
setStartTime(String StartTime)
Set 任务启动时间void
setTaskErrMsg(String TaskErrMsg)
Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。void
setTaskID(String TaskID)
Set 任务idvoid
setTaskStatus(Long TaskStatus)
Set 0:默认值(待检测/待咨询), 1.检测中, 2:待评估, 3:评估中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;void
setTaskType(Long TaskType)
Set 任务类型, 0:基础版, 1:专家版, 2:本地化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
-
AppTaskData
public AppTaskData()
-
AppTaskData
public AppTaskData(AppTaskData 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
-
getTaskID
public String getTaskID()
Get 任务id- Returns:
- TaskID 任务id
-
setTaskID
public void setTaskID(String TaskID)
Set 任务id- Parameters:
TaskID
- 任务id
-
getTaskType
public Long getTaskType()
Get 任务类型, 0:基础版, 1:专家版, 2:本地化- Returns:
- TaskType 任务类型, 0:基础版, 1:专家版, 2:本地化
-
setTaskType
public void setTaskType(Long TaskType)
Set 任务类型, 0:基础版, 1:专家版, 2:本地化- Parameters:
TaskType
- 任务类型, 0:基础版, 1:专家版, 2:本地化
-
getTaskStatus
public Long getTaskStatus()
Get 0:默认值(待检测/待咨询), 1.检测中, 2:待评估, 3:评估中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;- Returns:
- TaskStatus 0:默认值(待检测/待咨询), 1.检测中, 2:待评估, 3:评估中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
-
setTaskStatus
public void setTaskStatus(Long TaskStatus)
Set 0:默认值(待检测/待咨询), 1.检测中, 2:待评估, 3:评估中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;- Parameters:
TaskStatus
- 0:默认值(待检测/待咨询), 1.检测中, 2:待评估, 3:评估中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
-
getTaskErrMsg
public String getTaskErrMsg()
Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TaskErrMsg 错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
setTaskErrMsg
public void setTaskErrMsg(String TaskErrMsg)
Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TaskErrMsg
- 错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
getSource
public Long getSource()
Get 任务来源,0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);- Returns:
- Source 任务来源,0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);
-
setSource
public void setSource(Long Source)
Set 任务来源,0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);- Parameters:
Source
- 任务来源,0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android);
-
getAppInfo
public AppInfoItem getAppInfo()
Get 应用信息- Returns:
- AppInfo 应用信息
-
setAppInfo
public void setAppInfo(AppInfoItem AppInfo)
Set 应用信息- Parameters:
AppInfo
- 应用信息
-
getStartTime
public String getStartTime()
Get 任务启动时间- Returns:
- StartTime 任务启动时间
-
setStartTime
public void setStartTime(String StartTime)
Set 任务启动时间- Parameters:
StartTime
- 任务启动时间
-
getEndTime
public String getEndTime()
Get 任务完成时间(更新时间)- Returns:
- EndTime 任务完成时间(更新时间)
-
setEndTime
public void setEndTime(String EndTime)
Set 任务完成时间(更新时间)- Parameters:
EndTime
- 任务完成时间(更新时间)
-
getContactName
public String getContactName()
Get 联系人信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ContactName 联系人信息 注意:此字段可能返回 null,表示取不到有效值。
-
setContactName
public void setContactName(String ContactName)
Set 联系人信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ContactName
- 联系人信息 注意:此字段可能返回 null,表示取不到有效值。
-
-