public class MakePlanTaskOpsDto extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
MakePlanTaskOpsDto()  | 
MakePlanTaskOpsDto(MakePlanTaskOpsDto 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 | 
|---|---|
Long | 
getCompletePercent()
Get Supplementary Task Instance Completion Percentage
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getInstanceCount()
Get Supplemental instances already generated for this task
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getInstanceTotalCount()
Get Estimated Total Number of Instances Generated, as generation is asynchronous, -1 indicates instances are not fully generated yet
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
Long | 
getSuccessPercent()
Get Supplementary Task Instance Success Percentage
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
TaskOpsDto | 
getTaskBaseInfo()
Get Basic task informationNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setCompletePercent(Long CompletePercent)
Set Supplementary Task Instance Completion Percentage
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setInstanceCount(Long InstanceCount)
Set Supplemental instances already generated for this task
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setInstanceTotalCount(Long InstanceTotalCount)
Set Estimated Total Number of Instances Generated, as generation is asynchronous, -1 indicates instances are not fully generated yet
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setSuccessPercent(Long SuccessPercent)
Set Supplementary Task Instance Success Percentage
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setTaskBaseInfo(TaskOpsDto TaskBaseInfo)
Set Basic task informationNote: This field may return null, indicating that no valid value 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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MakePlanTaskOpsDto()
public MakePlanTaskOpsDto(MakePlanTaskOpsDto source)
public TaskOpsDto getTaskBaseInfo()
public void setTaskBaseInfo(TaskOpsDto TaskBaseInfo)
TaskBaseInfo - Basic task informationNote: This field may return null, indicating that no valid value can be obtained.public Long getInstanceCount()
public void setInstanceCount(Long InstanceCount)
InstanceCount - Supplemental instances already generated for this task
Note: This field may return null, indicating that no valid value can be obtained.public Long getCompletePercent()
public void setCompletePercent(Long CompletePercent)
CompletePercent - Supplementary Task Instance Completion Percentage
Note: This field may return null, indicating that no valid value can be obtained.public Long getSuccessPercent()
public void setSuccessPercent(Long SuccessPercent)
SuccessPercent - Supplementary Task Instance Success Percentage
Note: This field may return null, indicating that no valid value can be obtained.public Long getInstanceTotalCount()
public void setInstanceTotalCount(Long InstanceTotalCount)
InstanceTotalCount - Estimated Total Number of Instances Generated, as generation is asynchronous, -1 indicates instances are not fully generated yet
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.