类 LicenseResultEntity

java.lang.Object
com.cdkjframework.license.entity.LicenseResultEntity

public class LicenseResultEntity extends Object
License证书验证结果对象
  • 构造器详细资料

    • LicenseResultEntity

      public LicenseResultEntity(String message, de.schlichtherle.license.LicenseContent content)
      构建函数
    • LicenseResultEntity

      public LicenseResultEntity(boolean result, String message, Exception exception)
      构建函数