public class AuthResult extends Object
Modifier and Type | Class and Description |
---|---|
class |
AuthResult.Brand |
class |
AuthResult.Product |
Constructor and Description |
---|
AuthResult() |
Modifier and Type | Method and Description |
---|---|
int |
getActivationStatus() |
String |
getAuthFailureMode() |
AuthResult.Brand |
getBrand() |
boolean |
getBypassScanResult() |
boolean |
getConsumed() |
String |
getConsumerUrl() |
boolean |
getIsBlacklisted() |
AuthResult.Product |
getProduct() |
String |
getReason() |
boolean |
getRequireGeolocation() |
String |
getResult() |
Map<String,String> |
getScmData() |
String |
getSerialNumber() |
String |
getTrainingStatus() |
String |
getUnreadableRetries() |
String |
getUuid() |
public String getUuid()
public String getResult()
public String getReason()
public String getAuthFailureMode()
public int getActivationStatus()
public boolean getIsBlacklisted()
public AuthResult.Product getProduct()
public AuthResult.Brand getBrand()
public String getConsumerUrl()
public String getUnreadableRetries()
public String getTrainingStatus()
public boolean getConsumed()
public boolean getBypassScanResult()
public boolean getRequireGeolocation()
public String getSerialNumber()