public final class UpdateLicenseProductFeature extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
Modifier and Type | Method and Description |
---|---|
static UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
builder() |
boolean |
equals(Object o) |
Boolean |
getAllowOverages()
Indicates if feature allows overages on consumptions.
|
String |
getConsumptionPeriod()
Period after which the consumptions are reset to 0.
|
String |
getExpiryDate()
The expiration date of the feature (can be null)
|
Integer |
getFloatingTimeout()
After this period has elapsed, the feature will release the device id that has checked it out.
|
Integer |
getFloatingUsers()
The maximum amount of floating users that can use the license at the same time.
|
Boolean |
getIsFloating()
Indicates if license is floating, if there are multiple users using this license.
|
Boolean |
getIsFloatingCloud()
Indicates if license is a part of floating cloud and is released after a floating timeout.
|
Integer |
getMaxConsumption()
Maximum number of consumptions for this feature on this license.
|
Integer |
getMaxOverages()
How many additional consumptions can be made over the max consumptions.
|
com.google.gson.JsonElement |
getMetadata()
JSON metadata of the product feature.
|
String |
getProductFeature()
Id of the product feature.
|
Boolean |
getResetConsumption()
Consumptions can be auto-reset on a period by setting this field with the consumptionPeriod
defined.
|
Integer |
getTotalConsumptions()
Number of consumptions currently being used.
|
int |
hashCode() |
String |
toString() |
public static UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder builder()
public String getProductFeature()
public Integer getMaxConsumption()
public Integer getTotalConsumptions()
public String getExpiryDate()
public Boolean getAllowOverages()
public Integer getMaxOverages()
LicenseType.CONSUMPTION
public Boolean getResetConsumption()
public String getConsumptionPeriod()
public Boolean getIsFloating()
public Boolean getIsFloatingCloud()
public Integer getFloatingUsers()
public Integer getFloatingTimeout()
public com.google.gson.JsonElement getMetadata()
Copyright © 2024 Cense Data Inc.. All rights reserved.