public final class ActivationRequest extends LicenseRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ActivationRequest.ActivationRequestBuilder<C extends ActivationRequest,B extends ActivationRequest.ActivationRequestBuilder<C,B>> |
LicenseRequest.LicenseRequestBuilder<C extends LicenseRequest,B extends LicenseRequest.LicenseRequestBuilder<C,B>>| Modifier | Constructor and Description |
|---|---|
protected |
ActivationRequest(ActivationRequest.ActivationRequestBuilder<?,?> b) |
| Modifier and Type | Method and Description |
|---|---|
static ActivationRequest.ActivationRequestBuilder<?,?> |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAppName()
Application name.
|
String |
getAppVer()
Application version.
|
String |
getIpLocal()
Local IP address.
|
String |
getMacAddress()
MAC address.
|
String |
getOsHostname()
OS host name.
|
String |
getOsVer()
OS version.
|
String |
getSdkVer()
SDK version.
|
String |
getVmInfo()
Information about Virtual Machine.
|
int |
hashCode() |
boolean |
isVm()
Boolean indicating if it's running
on Virtual Machine or not.
|
String |
toString() |
getHardwareId, getLicenseKey, getPassword, getProduct, getUsername, setHardwareId, setLicenseKey, setPassword, setProduct, setUsernameprotected ActivationRequest(ActivationRequest.ActivationRequestBuilder<?,?> b)
public static ActivationRequest.ActivationRequestBuilder<?,?> builder()
public String getAppVer()
public String getAppName()
public String getSdkVer()
public String getOsVer()
public String getOsHostname()
public String getIpLocal()
public String getMacAddress()
public boolean isVm()
public String getVmInfo()
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.