Class CreateUnderwriteTaskByIdRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cii.v20210408.models.CreateUnderwriteTaskByIdRequest
-
public class CreateUnderwriteTaskByIdRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateUnderwriteTaskByIdRequest()
CreateUnderwriteTaskByIdRequest(CreateUnderwriteTaskByIdRequest 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
getCallbackUrl()
Get 回调地址,可不传(提供轮询机制)。String[]
getMainTaskIds()
Get 主任务ID数组,void
setCallbackUrl(String CallbackUrl)
Set 回调地址,可不传(提供轮询机制)。void
setMainTaskIds(String[] MainTaskIds)
Set 主任务ID数组,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
-
CreateUnderwriteTaskByIdRequest
public CreateUnderwriteTaskByIdRequest()
-
CreateUnderwriteTaskByIdRequest
public CreateUnderwriteTaskByIdRequest(CreateUnderwriteTaskByIdRequest 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
-
getMainTaskIds
public String[] getMainTaskIds()
Get 主任务ID数组,- Returns:
- MainTaskIds 主任务ID数组,
-
setMainTaskIds
public void setMainTaskIds(String[] MainTaskIds)
Set 主任务ID数组,- Parameters:
MainTaskIds
- 主任务ID数组,
-
getCallbackUrl
public String getCallbackUrl()
Get 回调地址,可不传(提供轮询机制)。- Returns:
- CallbackUrl 回调地址,可不传(提供轮询机制)。
-
setCallbackUrl
public void setCallbackUrl(String CallbackUrl)
Set 回调地址,可不传(提供轮询机制)。- Parameters:
CallbackUrl
- 回调地址,可不传(提供轮询机制)。
-
-