Class DescribePPTCheckRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.DescribePPTCheckRequest
-
public class DescribePPTCheckRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribePPTCheckRequest()
DescribePPTCheckRequest(DescribePPTCheckRequest 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 Long
getSdkAppId()
Get 客户的SdkAppIdString
getTaskId()
Get 任务的唯一标识Idvoid
setSdkAppId(Long SdkAppId)
Set 客户的SdkAppIdvoid
setTaskId(String TaskId)
Set 任务的唯一标识Idvoid
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
-
DescribePPTCheckRequest
public DescribePPTCheckRequest()
-
DescribePPTCheckRequest
public DescribePPTCheckRequest(DescribePPTCheckRequest 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
-
getSdkAppId
public Long getSdkAppId()
Get 客户的SdkAppId- Returns:
- SdkAppId 客户的SdkAppId
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 客户的SdkAppId- Parameters:
SdkAppId
- 客户的SdkAppId
-
getTaskId
public String getTaskId()
Get 任务的唯一标识Id- Returns:
- TaskId 任务的唯一标识Id
-
setTaskId
public void setTaskId(String TaskId)
Set 任务的唯一标识Id- Parameters:
TaskId
- 任务的唯一标识Id
-
-