com.atlassian.jira.rest.v2.license
Class LicenseValidationResults

java.lang.Object
  extended by com.atlassian.jira.rest.v2.license.LicenseValidationResults

public class LicenseValidationResults
extends Object

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

Since:
v5.2

Constructor Summary
LicenseValidationResults()
          Default constructor.
 
Method Summary
 Map<String,String> getErrors()
          Return any errors associated with the license validation.
 String getLicenseString()
          Return the license string.
 void setErrors(Map<String,String> errors)
          Set the errors associated with this validation result.
 void setLicenseString(String licenseString)
          Set the license string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseValidationResults

public LicenseValidationResults()
Default constructor.

Method Detail

getErrors

public Map<String,String> getErrors()
Return any errors associated with the license validation.

Returns:

setErrors

public void setErrors(Map<String,String> errors)
Set the errors associated with this validation result.

Parameters:
errors -

getLicenseString

public String getLicenseString()
Return the license string.

Returns:

setLicenseString

public void setLicenseString(String licenseString)
Set the license string.

Parameters:
licenseString -


Copyright © 2002-2014 Atlassian. All Rights Reserved.