10Duke Scale SDK for Java
|
Provides fields for a client binding related to a license consumption.
Public Member Functions | |
String | toString () |
String | getUtcDateFormattedValidFrom () |
String | getUtcDateFormattedValidUntil () |
String | getUtcDateFormattedLastHeartbeat () |
String | instantToUtcDateFormat (final Instant ts) |
Map< String, String > | allClaimsAsMap () |
boolean | equals (final Object obj) |
int | hashCode () |
Public Member Functions inherited from tenduke.scale.api.model.AbstractRestApiObject | |
String | nullIfNullOrEmpty (final String value) |
Checks if given string is null, empty or blank. | |
Additional Inherited Members | |
Protected Member Functions inherited from tenduke.scale.api.model.AbstractRestApiObject | |
boolean | hasNonEmptyValue (final String string) |
Checks if the given string is not null nor empty. | |
Map< String, String > tenduke.scale.api.model.licensecheckout.LicenseConsumptionClientBinding.allClaimsAsMap | ( | ) |
boolean tenduke.scale.api.model.licensecheckout.LicenseConsumptionClientBinding.equals | ( | final Object | obj | ) |
String tenduke.scale.api.model.licensecheckout.LicenseConsumptionClientBinding.getUtcDateFormattedLastHeartbeat | ( | ) |
String tenduke.scale.api.model.licensecheckout.LicenseConsumptionClientBinding.getUtcDateFormattedValidFrom | ( | ) |
String tenduke.scale.api.model.licensecheckout.LicenseConsumptionClientBinding.getUtcDateFormattedValidUntil | ( | ) |
int tenduke.scale.api.model.licensecheckout.LicenseConsumptionClientBinding.hashCode | ( | ) |
String tenduke.scale.api.model.licensecheckout.LicenseConsumptionClientBinding.instantToUtcDateFormat | ( | final Instant | ts | ) |
String tenduke.scale.api.model.licensecheckout.LicenseConsumptionClientBinding.toString | ( | ) |