public class TaskReqModel extends Object
| Constructor and Description |
|---|
TaskReqModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeployGroupID() |
int |
getPendAfterTask() |
void |
setDeployGroupID(String deployGroupID) |
void |
setPendAfterTask(int pendAfterTask) |
TaskReqModel |
withDeployGroupID(String deployGroupID) |
TaskReqModel |
withPendAfterTask(int pendAfterTask) |
public String getDeployGroupID()
public void setDeployGroupID(String deployGroupID)
public int getPendAfterTask()
public void setPendAfterTask(int pendAfterTask)
public TaskReqModel withDeployGroupID(String deployGroupID)
public TaskReqModel withPendAfterTask(int pendAfterTask)
Copyright © 2020. All rights reserved.