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, getLicenseKey, getPassword, getProduct, getUsername, setHardwareId, setLicenseKey, setPassword, setProduct, setUsernameprotected 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 LicenseRequestprotected boolean canEqual(Object other)
canEqual in class LicenseRequestpublic int hashCode()
hashCode in class LicenseRequestpublic String toString()
toString in class LicenseRequestCopyright © 2024 Cense Data Inc.. All rights reserved.