Class UpdateLicenseRequest

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

public final class UpdateLicenseRequest extends Object
  • Method Details

    • builder

      public static UpdateLicenseRequest.Builder builder()
    • isSet

      public boolean isSet(String field)
    • getSetFields

      public Set<String> getSetFields()
    • getProduct

      public @Nullable String getProduct()
    • 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()
    • getBlacklistReason

      public @Nullable String getBlacklistReason()
    • getConnections

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

      public @Nullable List<SubUser> getSubUsers()
    • getServers

      public @Nullable Set<String> getServers()
    • getIps

      public @Nullable Set<String> getIps()
    • getAdditionalEntitlements

      public @Nullable Set<String> getAdditionalEntitlements()