public final class LicenseBorrowResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LicenseBorrowResponse.LicenseBorrowResponseBuilder |
Modifier and Type | Method and Description |
---|---|
static LicenseBorrowResponse.LicenseBorrowResponseBuilder |
builder() |
boolean |
equals(Object o) |
ZonedDateTime |
getBorrowedUntil()
The date and time until which the license has been borrowed.
|
String |
getDeviceId()
A unique identifier for the device that the license has been borrowed for.
|
String |
getLicenseId()
A unique identifier for the license that has been borrowed.
|
int |
getMaxBorrowTime()
The maximum allowable duration (in hours) that a license can be borrowed for.
|
int |
hashCode() |
String |
toString() |
public static LicenseBorrowResponse.LicenseBorrowResponseBuilder builder()
public ZonedDateTime getBorrowedUntil()
public int getMaxBorrowTime()
public String getDeviceId()
public String getLicenseId()
Copyright © 2025 Cense Data Inc.. All rights reserved.