public class DeployTaskModel extends Object
| Constructor and Description |
|---|
DeployTaskModel() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
String |
getDeployGroupID() |
String |
getDeployGroupName() |
String |
getTaskID() |
String |
getType() |
Date |
getUpdatedAt() |
void |
setCreatedAt(Date createdAt) |
void |
setDeployGroupID(String deployGroupID) |
void |
setDeployGroupName(String deployGroupName) |
void |
setTaskID(String taskID) |
void |
setType(String type) |
void |
setUpdatedAt(Date updatedAt) |
public String getTaskID()
public void setTaskID(String taskID)
public String getType()
public void setType(String type)
public String getDeployGroupID()
public void setDeployGroupID(String deployGroupID)
public String getDeployGroupName()
public void setDeployGroupName(String deployGroupName)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
Copyright © 2024. All rights reserved.