Class MongoFCMRegistration

java.lang.Object
dev.getelements.elements.dao.mongo.model.MongoFCMRegistration

@Entity(value="fcm_registration", useDiscriminator=false) @Indexes(@Index(fields=@Field("profile"),options=@IndexOptions(unique=true))) public class MongoFCMRegistration extends Object
  • Constructor Details

    • MongoFCMRegistration

      public MongoFCMRegistration()
  • Method Details

    • getObjectId

      public org.bson.types.ObjectId getObjectId()
    • setObjectId

      public void setObjectId(org.bson.types.ObjectId objectId)
    • getProfile

      public MongoProfile getProfile()
    • setProfile

      public void setProfile(MongoProfile profile)
    • getRegistrationToken

      public String getRegistrationToken()
    • setRegistrationToken

      public void setRegistrationToken(String registrationToken)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object