@@ -134,6 +134,9 @@ public class Task {
134
134
@ SerializedName ("Cost" )
135
135
private BigDecimal cost = null ;
136
136
137
+ @ SerializedName ("OutlineNumber" )
138
+ private String outlineNumber = null ;
139
+
137
140
@ SerializedName ("Cv" )
138
141
private Double cv = null ;
139
142
@@ -401,6 +404,9 @@ public class Task {
401
404
@ SerializedName ("ActivityId" )
402
405
private String activityId = null ;
403
406
407
+ @ SerializedName ("ExternalUid" )
408
+ private Integer externalUid = null ;
409
+
404
410
public Task uid (Integer uid ) {
405
411
this .uid = uid ;
406
412
return this ;
@@ -869,6 +875,24 @@ public void setCost(BigDecimal cost) {
869
875
this .cost = cost ;
870
876
}
871
877
878
+ public Task outlineNumber (String outlineNumber ) {
879
+ this .outlineNumber = outlineNumber ;
880
+ return this ;
881
+ }
882
+
883
+ /**
884
+ * Gets or sets a value of OutlineNumber.
885
+ * @return outlineNumber
886
+ **/
887
+ @ ApiModelProperty (value = "Gets or sets a value of OutlineNumber." )
888
+ public String getOutlineNumber () {
889
+ return outlineNumber ;
890
+ }
891
+
892
+ public void setOutlineNumber (String outlineNumber ) {
893
+ this .outlineNumber = outlineNumber ;
894
+ }
895
+
872
896
public Task cv (Double cv ) {
873
897
this .cv = cv ;
874
898
return this ;
@@ -2503,6 +2527,24 @@ public void setActivityId(String activityId) {
2503
2527
this .activityId = activityId ;
2504
2528
}
2505
2529
2530
+ public Task externalUid (Integer externalUid ) {
2531
+ this .externalUid = externalUid ;
2532
+ return this ;
2533
+ }
2534
+
2535
+ /**
2536
+ * Contains the external task's Unique identifier when the task is external.
2537
+ * @return externalUid
2538
+ **/
2539
+ @ ApiModelProperty (required = true , value = "Contains the external task's Unique identifier when the task is external." )
2540
+ public Integer getExternalUid () {
2541
+ return externalUid ;
2542
+ }
2543
+
2544
+ public void setExternalUid (Integer externalUid ) {
2545
+ this .externalUid = externalUid ;
2546
+ }
2547
+
2506
2548
2507
2549
@ Override
2508
2550
public boolean equals (java .lang .Object o ) {
@@ -2539,6 +2581,7 @@ public boolean equals(java.lang.Object o) {
2539
2581
Objects .equals (this .constraintType , task .constraintType ) &&
2540
2582
Objects .equals (this .contact , task .contact ) &&
2541
2583
Objects .equals (this .cost , task .cost ) &&
2584
+ Objects .equals (this .outlineNumber , task .outlineNumber ) &&
2542
2585
Objects .equals (this .cv , task .cv ) &&
2543
2586
Objects .equals (this .deadline , task .deadline ) &&
2544
2587
Objects .equals (this .durationVariance , task .durationVariance ) &&
@@ -2627,12 +2670,13 @@ public boolean equals(java.lang.Object o) {
2627
2670
Objects .equals (this .extendedAttributes , task .extendedAttributes ) &&
2628
2671
Objects .equals (this .outlineCodes , task .outlineCodes ) &&
2629
2672
Objects .equals (this .warning , task .warning ) &&
2630
- Objects .equals (this .activityId , task .activityId );
2673
+ Objects .equals (this .activityId , task .activityId ) &&
2674
+ Objects .equals (this .externalUid , task .externalUid );
2631
2675
}
2632
2676
2633
2677
@ Override
2634
2678
public int hashCode () {
2635
- return Objects .hash (uid , id , name , durationText , duration , start , finish , startText , finishText , percentComplete , percentWorkComplete , isActive , actualCost , actualDuration , actualFinish , actualOvertimeCost , actualOvertimeWork , actualWorkProtected , actualOvertimeWorkProtected , actualStart , budgetWork , budgetCost , constraintDate , constraintType , contact , cost , cv , deadline , durationVariance , earlyFinish , earlyStart , isEffortDriven , isExternalTask , externalTaskProject , externalId , finishSlack , finishVariance , fixedCost , fixedCostAccrual , freeSlack , guid , hasOverallocatedResource , hideBar , ignoreResourceCalendar , lateFinish , lateStart , isLevelAssignments , canLevelingSplit , levelingDelay , isMarked , isMilestone , isCritical , isSubproject , isSubprojectReadOnly , subprojectName , isSummary , subtasksUids , outlineLevel , isOverAllocated , isEstimated , overtimeCost , overtimeWork , physicalPercentComplete , preLeveledFinish , preLeveledStart , isRecurring , regularWork , remainingCost , remainingDuration , remainingOvertimeCost , remainingOvertimeWork , remainingWork , resume , isResumeValid , stop , isRollup , startSlack , startVariance , calendarUid , isManual , manualStart , manualFinish , manualDuration , totalSlack , type , wbs , priority , work , workVariance , notesText , notesRTF , acwp , bcws , bcwp , levelingDelayFormat , predecessors , successors , ignoreWarnings , isExpanded , displayOnTimeline , displayAsSummary , hyperlink , hyperlinkAddress , hyperlinkSubAddress , earnedValueMethod , isPublished , statusManager , commitmentStart , commitmentFinish , commitmentType , baselines , extendedAttributes , outlineCodes , warning , activityId );
2679
+ return Objects .hash (uid , id , name , durationText , duration , start , finish , startText , finishText , percentComplete , percentWorkComplete , isActive , actualCost , actualDuration , actualFinish , actualOvertimeCost , actualOvertimeWork , actualWorkProtected , actualOvertimeWorkProtected , actualStart , budgetWork , budgetCost , constraintDate , constraintType , contact , cost , outlineNumber , cv , deadline , durationVariance , earlyFinish , earlyStart , isEffortDriven , isExternalTask , externalTaskProject , externalId , finishSlack , finishVariance , fixedCost , fixedCostAccrual , freeSlack , guid , hasOverallocatedResource , hideBar , ignoreResourceCalendar , lateFinish , lateStart , isLevelAssignments , canLevelingSplit , levelingDelay , isMarked , isMilestone , isCritical , isSubproject , isSubprojectReadOnly , subprojectName , isSummary , subtasksUids , outlineLevel , isOverAllocated , isEstimated , overtimeCost , overtimeWork , physicalPercentComplete , preLeveledFinish , preLeveledStart , isRecurring , regularWork , remainingCost , remainingDuration , remainingOvertimeCost , remainingOvertimeWork , remainingWork , resume , isResumeValid , stop , isRollup , startSlack , startVariance , calendarUid , isManual , manualStart , manualFinish , manualDuration , totalSlack , type , wbs , priority , work , workVariance , notesText , notesRTF , acwp , bcws , bcwp , levelingDelayFormat , predecessors , successors , ignoreWarnings , isExpanded , displayOnTimeline , displayAsSummary , hyperlink , hyperlinkAddress , hyperlinkSubAddress , earnedValueMethod , isPublished , statusManager , commitmentStart , commitmentFinish , commitmentType , baselines , extendedAttributes , outlineCodes , warning , activityId , externalUid );
2636
2680
}
2637
2681
2638
2682
@@ -2667,6 +2711,7 @@ public String toString() {
2667
2711
sb .append (" constraintType: " ).append (toIndentedString (constraintType )).append ("\n " );
2668
2712
sb .append (" contact: " ).append (toIndentedString (contact )).append ("\n " );
2669
2713
sb .append (" cost: " ).append (toIndentedString (cost )).append ("\n " );
2714
+ sb .append (" outlineNumber: " ).append (toIndentedString (outlineNumber )).append ("\n " );
2670
2715
sb .append (" cv: " ).append (toIndentedString (cv )).append ("\n " );
2671
2716
sb .append (" deadline: " ).append (toIndentedString (deadline )).append ("\n " );
2672
2717
sb .append (" durationVariance: " ).append (toIndentedString (durationVariance )).append ("\n " );
@@ -2756,6 +2801,7 @@ public String toString() {
2756
2801
sb .append (" outlineCodes: " ).append (toIndentedString (outlineCodes )).append ("\n " );
2757
2802
sb .append (" warning: " ).append (toIndentedString (warning )).append ("\n " );
2758
2803
sb .append (" activityId: " ).append (toIndentedString (activityId )).append ("\n " );
2804
+ sb .append (" externalUid: " ).append (toIndentedString (externalUid )).append ("\n " );
2759
2805
sb .append ("}" );
2760
2806
return sb .toString ();
2761
2807
}
0 commit comments