类 DeployTaskModel
- java.lang.Object
-
- com.baidubce.services.cnap.model.deploygroup.DeployTaskModel
-
public class DeployTaskModel extends Object
The model for deploy task.
-
-
构造器概要
构造器 构造器 说明 DeployTaskModel()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 DategetCreatedAt()StringgetDeployGroupID()StringgetDeployGroupName()StringgetTaskID()StringgetType()DategetUpdatedAt()voidsetCreatedAt(Date createdAt)voidsetDeployGroupID(String deployGroupID)voidsetDeployGroupName(String deployGroupName)voidsetTaskID(String taskID)voidsetType(String type)voidsetUpdatedAt(Date updatedAt)
-
-
-
方法详细资料
-
getTaskID
public String getTaskID()
-
setTaskID
public void setTaskID(String taskID)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getDeployGroupID
public String getDeployGroupID()
-
setDeployGroupID
public void setDeployGroupID(String deployGroupID)
-
getDeployGroupName
public String getDeployGroupName()
-
setDeployGroupName
public void setDeployGroupName(String deployGroupName)
-
getCreatedAt
public Date getCreatedAt()
-
setCreatedAt
public void setCreatedAt(Date createdAt)
-
getUpdatedAt
public Date getUpdatedAt()
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
-
-