Class ServerRegistrationTokenEntity

    • Constructor Detail

      • ServerRegistrationTokenEntity

        public ServerRegistrationTokenEntity()
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getStep

        public int getStep()
        Gets value for attribute step
      • setStep

        public void setStep​(int step)
        Sets value for attribute step
      • getToken

        public String getToken()
        Gets value for attribute token
      • setToken

        public void setToken​(String token)
        Sets value for attribute token
      • getExpiration

        public Date getExpiration()
        Gets value for attribute expiration
      • setExpiration

        public void setExpiration​(Date expiration)
        Sets value for attribute expiration
      • getTenant

        public TenantEntity getTenant()
        Gets value for attribute tenant
      • setTenant

        public void setTenant​(TenantEntity tenant)
        Sets value for attribute tenant
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an ServerRegistrationTokenEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object