public final class OfflineRequestPayload extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OfflineRequestPayload.OfflineRequestPayloadBuilder |
| Modifier and Type | Method and Description |
|---|---|
static OfflineRequestPayload.OfflineRequestPayloadBuilder |
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.
|
Integer |
getConsumptions()
Increases/decreases total_consumptions
|
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.
|
List<OfflineFeatureConsumption> |
getProductFeatures()
Increases/decreases feature total_consumptions
|
String |
getRequest()
"activation" or "deactivation"
|
String |
getRequestId()
Unique ID of the request.
|
Integer |
getSchemaVersion()
Schema version.
|
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 OfflineRequestPayload.OfflineRequestPayloadBuilder builder()
public Integer getSchemaVersion()
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()
public Integer getConsumptions()
public List<OfflineFeatureConsumption> getProductFeatures()
Copyright © 2026 Cense Data Inc.. All rights reserved.