public final class BorrowLicenseResponse extends Object
| Constructor and Description |
|---|
BorrowLicenseResponse(Long licenseId,
ZonedDateTime borrowedUntil,
String deviceId,
Integer maxBorrowTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ZonedDateTime |
getBorrowedUntil() |
String |
getDeviceId() |
Long |
getLicenseId() |
Integer |
getMaxBorrowTime() |
int |
hashCode() |
String |
toString() |
public BorrowLicenseResponse(Long licenseId, ZonedDateTime borrowedUntil, String deviceId, Integer maxBorrowTime)
public Long getLicenseId()
public ZonedDateTime getBorrowedUntil()
public String getDeviceId()
public Integer getMaxBorrowTime()
Copyright © 2025 Cense Data Inc.. All rights reserved.