Package com.maxmind.minfraud.request
Class Event
- java.lang.Object
 - 
- com.maxmind.minfraud.AbstractModel
 - 
- com.maxmind.minfraud.request.Event
 
 
 
- 
public final class Event extends AbstractModel
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEvent.BuilderBuildercreates instances ofEventfrom values set by the builder's methods.static classEvent.TypeThe enumerated event types. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetDateTime()StringgetShopId()DategetTime()StringgetTransactionId()Event.TypegetType()- 
Methods inherited from class com.maxmind.minfraud.AbstractModel
toJson, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getTransactionId
public String getTransactionId()
- Returns:
 - The transaction ID.
 
 
- 
getShopId
public String getShopId()
- Returns:
 - The shop ID.
 
 
- 
getTime
public Date getTime()
- Returns:
 - The date and time of the event.
 
 
- 
getDateTime
public ZonedDateTime getDateTime()
- Returns:
 - The date and time of the event.
 
 
- 
getType
public Event.Type getType()
- Returns:
 - The type of the event.
 
 
 - 
 
 -