public class

SecurityTypeValueBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.permission.management.beans.SecurityTypeValueBean

Summary

Nested Classes
class SecurityTypeValueBean.Builder  
Public Constructors
@Deprecated SecurityTypeValueBean()
Public Methods
static SecurityTypeValueBean.Builder builder()
static SecurityTypeValueBean.Builder builder(SecurityTypeValueBean data)
boolean equals(Object o)
String getDisplayValue()
Long getId()
String getValue()
int hashCode()
void setDisplayValue(String displayValue)
void setId(Long id)
void setValue(String value)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

@Deprecated public SecurityTypeValueBean ()

Public Methods

public static SecurityTypeValueBean.Builder builder ()

public boolean equals (Object o)

public String getDisplayValue ()

public Long getId ()

public String getValue ()

public int hashCode ()

public void setDisplayValue (String displayValue)

public void setId (Long id)

public void setValue (String value)

public String toString ()