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 |
getCode()
Code.
|
String |
getCustomerAccountCode()
Customer Account Code.
|
String |
getEnv()
Environment identifier, e.g.
|
String |
getIdToken()
ID token.
|
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, getLicenseId, getLicenseKey, getPassword, getProduct, getUsername, setHardwareId, setLicenseId, setLicenseKey, setPassword, setProduct, setUsername
protected 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 String getIdToken()
public String getCode()
public String getCustomerAccountCode()
public String getEnv()
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.