public class LicenseRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LicenseRequest.LicenseRequestBuilder<C extends LicenseRequest,B extends LicenseRequest.LicenseRequestBuilder<C,B>> |
Modifier | Constructor and Description |
---|---|
protected |
LicenseRequest(LicenseRequest.LicenseRequestBuilder<?,?> b) |
Modifier and Type | Method and Description |
---|---|
static LicenseRequest.LicenseRequestBuilder<?,?> |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getHardwareId()
Hardware ID generated by one of the
IdentityProvider |
Long |
getLicenseId()
License ID.
|
String |
getLicenseKey()
License key, you can find it on LicenseSpring platform.
|
String |
getPassword()
Password.
|
String |
getProduct()
Name of the product.
|
String |
getUsername()
Username.
|
int |
hashCode() |
void |
setHardwareId(String hardwareId)
Hardware ID generated by one of the
IdentityProvider |
void |
setLicenseId(Long licenseId)
License ID.
|
void |
setLicenseKey(String licenseKey)
License key, you can find it on LicenseSpring platform.
|
void |
setPassword(String password)
Password.
|
void |
setProduct(String product)
Name of the product.
|
void |
setUsername(String username)
Username.
|
String |
toString() |
protected LicenseRequest(LicenseRequest.LicenseRequestBuilder<?,?> b)
public static LicenseRequest.LicenseRequestBuilder<?,?> builder()
public String getProduct()
public String getHardwareId()
IdentityProvider
public String getLicenseKey()
public String getUsername()
public String getPassword()
public Long getLicenseId()
public void setProduct(String product)
public void setHardwareId(String hardwareId)
IdentityProvider
public void setLicenseKey(String licenseKey)
public void setUsername(String username)
public void setPassword(String password)
public void setLicenseId(Long licenseId)
protected boolean canEqual(Object other)
Copyright © 2025 Cense Data Inc.. All rights reserved.