Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
String com.griddynamics.jagger.engine.e1.services.data.service.SessionEntity.toString ( )

Definition at line 135 of file SessionEntity.java.

135  {
136  return "SessionEntity{" +
137  "id='" + id + '\'' +
138  ", comment='" + comment + '\'' +
139  ", startDate='" + startDate + '\'' +
140  ", endDate='" + endDate + '\'' +
141  ", kernels=" + kernels +
142  '}';
143  }