Class TestResource.ClockResource
- java.lang.Object
-
- org.killbill.billing.jaxrs.resources.TestResource.ClockResource
-
- Enclosing class:
- TestResource
public final class TestResource.ClockResource extends Object
-
-
Constructor Summary
Constructors Constructor Description ClockResource(org.joda.time.DateTime currentUtcTime, String timeZone, org.joda.time.LocalDate localDate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DateTimegetCurrentUtcTime()org.joda.time.LocalDategetLocalDate()StringgetTimeZone()
-
-
-
Constructor Detail
-
ClockResource
public ClockResource(org.joda.time.DateTime currentUtcTime, String timeZone, org.joda.time.LocalDate localDate)
-
-
Method Detail
-
getCurrentUtcTime
public org.joda.time.DateTime getCurrentUtcTime()
-
getTimeZone
public String getTimeZone()
-
getLocalDate
public org.joda.time.LocalDate getLocalDate()
-
-