Class JsonDasuToDeployDao
java.lang.Object
org.eso.ias.cdb.structuredtext.pojos.JsonDasuToDeployDao
The DASU to deploy to replace the reference to the DASU
ant the template with their IDs
- Author:
- acaproni
-
Constructor Summary
ConstructorDescriptionEmpty constructorJsonDasuToDeployDao
(String dasuId, String templateId, Integer number) ConstructorConstructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
void
setInstance
(Integer instance) void
setTemplateId
(String templateId) toString()
-
Constructor Details
-
JsonDasuToDeployDao
public JsonDasuToDeployDao()Empty constructor -
JsonDasuToDeployDao
Constructor- Parameters:
dasuId
- The ID of the DASU to deploytemplateId
- The template of the DASU, if templatednumber
- The instance of the DASU, if templated
-
JsonDasuToDeployDao
Constructor- Parameters:
dtd
- The notnull
dasu to deploy
-
-
Method Details