Class CreateLicenseRequest

java.lang.Object
dev.demeng.sentinel.client.license.CreateLicenseRequest

public final class CreateLicenseRequest extends Object
  • Method Details

    • builder

      public static CreateLicenseRequest.Builder builder()
    • getProduct

      public String getProduct()
    • getKey

      public @Nullable String getKey()
    • getTier

      public @Nullable String getTier()
    • getExpiration

      public @Nullable Instant getExpiration()
    • getMaxServers

      public @Nullable Integer getMaxServers()
    • getMaxIps

      public @Nullable Integer getMaxIps()
    • getNote

      public @Nullable String getNote()
    • getConnections

      public @Nullable Map<String,String> getConnections()
    • getAdditionalEntitlements

      public @Nullable Set<String> getAdditionalEntitlements()