Package flexagon.fd.core.partial.pojo
Class DeployResult
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.core.partial.pojo.DeployResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDeployObjects(List<DeployObjectResult> pDeployObjects) voidsetEndTime(Calendar pEndTime) voidsetStartTime(Calendar pStartTime) toString()Returns custom String representation implemented by walking complete object structure.
-
Constructor Details
-
DeployResult
public DeployResult()
-
-
Method Details
-
toString
Description copied from class:BasePOJOReturns custom String representation implemented by walking complete object structure. -
setStartTime
-
getStartTime
-
setEndTime
-
getEndTime
-
setDeployObjects
-
getDeployObjects
-