public final class OfflineRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
OfflineRequest.OfflineRequestBuilder |
Modifier and Type | Method and Description |
---|---|
static OfflineRequest.OfflineRequestBuilder |
builder() |
boolean |
equals(Object o) |
String |
getApiKey()
API key.
|
String |
getAppVer()
Application version string which will be stored in license device data
|
String |
getClientId()
Client ID.
|
String |
getDate()
Current date.
|
String |
getHardwareId()
Hardware ID.
|
String |
getHostname()
Hostname string which will be stored in license device data
|
String |
getIp()
Client IP address string which will be stored in license device data
|
String |
getIpLocal()
Legacy version of "ip" parameter (see above)
|
Long |
getLicenseId()
Ensures that the action affects only the license with the specified ID.
|
String |
getLicenseKey()
License key.(key based license)
|
String |
getMacAddress()
Client MAC address which will be stored in license device data
|
String |
getOsHostname()
Legacy version of "hostname" parameter (see above)
|
String |
getOsVer()
Operating System description string which will be stored in license device data
|
String |
getPassword()
Password.
|
String |
getProduct()
Product name.
|
String |
getRequest()
"activation" or "deactivation"
|
String |
getRequestId()
Unique ID of the request.
|
String |
getSdkVer()
SDK version string which will be stored in license device data
|
String |
getSignature()
Signature of the request.
|
String |
getUsername()
Username.
|
Map<String,String> |
getVariables()
Stores device variables.
|
int |
hashCode() |
String |
toString() |
public static OfflineRequest.OfflineRequestBuilder builder()
public String getApiKey()
public String getClientId()
public String getDate()
public String getRequestId()
public String getRequest()
public String getSignature()
public String getProduct()
public String getHardwareId()
public String getLicenseKey()
public String getUsername()
public String getPassword()
public Long getLicenseId()
public String getOsVer()
public String getHostname()
public String getOsHostname()
public String getIp()
public String getIpLocal()
public String getAppVer()
public String getSdkVer()
public String getMacAddress()
public Map<String,String> getVariables()
Copyright © 2025 Cense Data Inc.. All rights reserved.