public class

UsersInLicense

extends Object
java.lang.Object
   ↳ com.atlassian.jira.dev.backdoor.UsersInLicense

Class Overview

A JSON serialised description of how many users are active in a role.

Summary

Public Constructors
UsersInLicense(String applicationKey, int activeUsers)
Public Methods
boolean equals(Object o)
Integer getActiveUsers()
String getApplicationKey()
int hashCode()
void setActiveUsers(Integer activeUsers)
void setApplicationKey(String applicationKey)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public UsersInLicense (String applicationKey, int activeUsers)

Public Methods

public boolean equals (Object o)

public Integer getActiveUsers ()

public String getApplicationKey ()

public int hashCode ()

public void setActiveUsers (Integer activeUsers)

public void setApplicationKey (String applicationKey)