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
ConstructorDescriptionEmpty constructor.JsonSupervisorDao
(SupervisorDao supervisorDao) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
getId()
int
hashCode()
void
setDasusToDeploy
(Set<JsonDasuToDeployDao> dasusToDeploy) void
setHostName
(String hostName) void
void
setLogLevel
(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