public class

LicenseValidationResults

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.license.LicenseValidationResults

Class Overview

Contains the results of a call to the license validation REST endpoint.

Summary

Public Constructors
LicenseValidationResults()
Default constructor.
Public Methods
Map<StringString> getErrors()
Return any errors associated with the license validation.
String getLicenseString()
Return the license string.
void setErrors(Map<StringString> errors)
Set the errors associated with this validation result.
void setLicenseString(String licenseString)
Set the license string.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LicenseValidationResults ()

Default constructor.

Public Methods

public Map<StringString> getErrors ()

Return any errors associated with the license validation.

public String getLicenseString ()

Return the license string.

public void setErrors (Map<StringString> errors)

Set the errors associated with this validation result.

public void setLicenseString (String licenseString)

Set the license string.