public static class MultipleApplicationLicenseResponse.LicenseError extends Object
| Constructor and Description |
|---|
LicenseError(String message,
Boolean mismatchError) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessage() |
Boolean |
getMismatchError() |
int |
hashCode() |
public LicenseError(String message, @Nullable Boolean mismatchError)
message - a human readable error messagemismatchError - a Boolean, true if the error is a mismatch between server and DC, false if it is not,
or null if the host application is running a version of SAL older than 4.2Copyright © 2024 Atlassian. All rights reserved.