public final class RegisterFeatureForUserResponse extends Object
| Constructor and Description |
|---|
RegisterFeatureForUserResponse(Long id,
String code,
String name,
String featureType,
ZonedDateTime expiryDate,
Integer maxConsumption,
Integer totalConsumptions,
Boolean allowOverages,
Integer maxOverages,
Boolean allowUnlimitedConsumptions,
Boolean resetConsumption,
String consumptionPeriod,
Boolean isFloatingCloud,
Boolean isFloating,
Integer floatingInUseDevices,
com.google.gson.JsonElement metadata,
Long licenseId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getAllowOverages() |
Boolean |
getAllowUnlimitedConsumptions() |
String |
getCode() |
String |
getConsumptionPeriod() |
ZonedDateTime |
getExpiryDate() |
String |
getFeatureType() |
Integer |
getFloatingInUseDevices() |
Long |
getId() |
Boolean |
getIsFloating() |
Boolean |
getIsFloatingCloud() |
Long |
getLicenseId() |
Integer |
getMaxConsumption() |
Integer |
getMaxOverages() |
com.google.gson.JsonElement |
getMetadata() |
String |
getName() |
Boolean |
getResetConsumption() |
Integer |
getTotalConsumptions() |
int |
hashCode() |
String |
toString() |
public RegisterFeatureForUserResponse(Long id, String code, String name, String featureType, ZonedDateTime expiryDate, Integer maxConsumption, Integer totalConsumptions, Boolean allowOverages, Integer maxOverages, Boolean allowUnlimitedConsumptions, Boolean resetConsumption, String consumptionPeriod, Boolean isFloatingCloud, Boolean isFloating, Integer floatingInUseDevices, com.google.gson.JsonElement metadata, Long licenseId)
public Long getId()
public String getCode()
public String getName()
public String getFeatureType()
public ZonedDateTime getExpiryDate()
public Integer getMaxConsumption()
public Integer getTotalConsumptions()
public Boolean getAllowOverages()
public Integer getMaxOverages()
public Boolean getAllowUnlimitedConsumptions()
public Boolean getResetConsumption()
public String getConsumptionPeriod()
public Boolean getIsFloatingCloud()
public Boolean getIsFloating()
public Integer getFloatingInUseDevices()
public com.google.gson.JsonElement getMetadata()
public Long getLicenseId()
Copyright © 2025 Cense Data Inc.. All rights reserved.