Package restapi.crud

Class MatchEntity

java.lang.Object
restapi.crud.MatchEntity

@Entity public class MatchEntity extends Object
  • Field Details

    • id

      long id
    • userId1

      long userId1
    • userId2

      long userId2
    • datetime

      String datetime
    • latitude

      double latitude
    • longitude

      double longitude
    • param

      Long param
    • outdated

      Boolean outdated
    • state

      String state
  • Constructor Details

    • MatchEntity

      public MatchEntity()