Class LicenseRecord


  • public class LicenseRecord
    extends Object
    Enterprise license record.
    Author:
    Takayuki Maruyama
    • Constructor Detail

      • LicenseRecord

        public LicenseRecord()
    • Method Detail

      • getId

        public String getId()
      • getCreateAt

        public long getCreateAt()
      • setId

        public void setId​(String id)
      • setCreateAt

        public void setCreateAt​(long createAt)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object