Class VcmrReport.Vcmr
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.vcmr.VcmrReport.Vcmr
-
- Enclosing class:
- VcmrReport
public static class VcmrReport.Vcmr extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()ZonedDateTimegetPlannedEndTime()ZonedDateTimegetPlannedStartTime()inthashCode()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getPlannedStartTime
public ZonedDateTime getPlannedStartTime()
-
getPlannedEndTime
public ZonedDateTime getPlannedEndTime()
-
-