Class Session
- java.lang.Object
-
- org.killbill.billing.client.model.gen.Session
-
public class Session extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetHost()StringgetId()org.joda.time.DateTimegetLastAccessDate()org.joda.time.DateTimegetStartDate()LonggetTimeout()inthashCode()SessionsetHost(String host)SessionsetId(String id)SessionsetLastAccessDate(org.joda.time.DateTime lastAccessDate)SessionsetStartDate(org.joda.time.DateTime startDate)SessionsetTimeout(Long timeout)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
setStartDate
public Session setStartDate(org.joda.time.DateTime startDate)
-
getStartDate
public org.joda.time.DateTime getStartDate()
-
setLastAccessDate
public Session setLastAccessDate(org.joda.time.DateTime lastAccessDate)
-
getLastAccessDate
public org.joda.time.DateTime getLastAccessDate()
-
getTimeout
public Long getTimeout()
-
getHost
public String getHost()
-
-