Class JsonSupervisorDao
java.lang.Object
org.eso.ias.cdb.structuredtext.pojos.JsonSupervisorDao
JsonSupervisorDao encapsulate a
SupervisorDao
to replaces its set of DASUs with a set of IDs.- Author:
- acaproni
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor.JsonSupervisorDao(SupervisorDao supervisorDao) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleangetId()inthashCode()voidsetDasusToDeploy(Set<JsonDasuToDeployDao> dasusToDeploy) voidsetHostName(String hostName) voidvoidsetLogLevel(LogLevelDao logLevel) toString()
-
Constructor Details
-
JsonSupervisorDao
public JsonSupervisorDao()Empty constructor. This constructor is needed while deserializing. -
JsonSupervisorDao
Constructor- Parameters:
supervisorDao- The CDB supervisor pojo
-
-
Method Details