public class LicenseBorrowRequest extends LicenseRequest
Modifier and Type | Class and Description |
---|---|
static class |
LicenseBorrowRequest.LicenseBorrowRequestBuilder<C extends LicenseBorrowRequest,B extends LicenseBorrowRequest.LicenseBorrowRequestBuilder<C,B>> |
LicenseRequest.LicenseRequestBuilder<C extends LicenseRequest,B extends LicenseRequest.LicenseRequestBuilder<C,B>>
Modifier | Constructor and Description |
---|---|
protected |
LicenseBorrowRequest(LicenseBorrowRequest.LicenseBorrowRequestBuilder<?,?> b) |
Modifier and Type | Method and Description |
---|---|
static LicenseBorrowRequest.LicenseBorrowRequestBuilder<?,?> |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
ZonedDateTime |
getBorrowedUntil()
The endpoint date and time until which the license is to be borrowed.
|
int |
hashCode() |
void |
setBorrowedUntil(ZonedDateTime borrowedUntil)
The endpoint date and time until which the license is to be borrowed.
|
String |
toString() |
getHardwareId, getLicenseId, getLicenseKey, getPassword, getProduct, getUsername, setHardwareId, setLicenseId, setLicenseKey, setPassword, setProduct, setUsername
protected LicenseBorrowRequest(LicenseBorrowRequest.LicenseBorrowRequestBuilder<?,?> b)
public static LicenseBorrowRequest.LicenseBorrowRequestBuilder<?,?> builder()
public ZonedDateTime getBorrowedUntil()
public void setBorrowedUntil(ZonedDateTime borrowedUntil)
public boolean equals(Object o)
equals
in class LicenseRequest
protected boolean canEqual(Object other)
canEqual
in class LicenseRequest
public int hashCode()
hashCode
in class LicenseRequest
public String toString()
toString
in class LicenseRequest
Copyright © 2025 Cense Data Inc.. All rights reserved.