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 |
getDate()
Current date.
|
String |
getHardwareId()
Hardware ID.
|
String |
getLicenseKey()
License key.(key based license)
|
String |
getPassword()
Password.
|
String |
getProduct()
Product name.
|
String |
getRequest()
Request can be one of two values:
"activation"
"deactivation"
|
String |
getRequestId()
Unique ID of the request.
|
String |
getSignature()
Signature of the request.
|
String |
getUsername()
Username.
|
int |
hashCode() |
String |
toString() |
public static OfflineRequest.OfflineRequestBuilder builder()
public String getRequest()
public String getRequestId()
public String getLicenseKey()
public String getUsername()
public String getPassword()
public String getHardwareId()
public String getProduct()
public String getDate()
public String getApiKey()
public String getSignature()
Copyright © 2024 Cense Data Inc.. All rights reserved.