com.atlassian.jira.rest.client.api.domain
Class SecurityLevel

java.lang.Object
  extended by com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
      extended by com.atlassian.jira.rest.client.api.domain.SecurityLevel
All Implemented Interfaces:
AddressableEntity, IdentifiableEntity<java.lang.Long>, NamedEntity

public class SecurityLevel
extends AddressableNamedEntity
implements IdentifiableEntity<java.lang.Long>

Represents JIRA Security Level

Since:
v2.0

Field Summary
 
Fields inherited from class com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
name, self
 
Constructor Summary
SecurityLevel(java.net.URI self, java.lang.Long id, java.lang.String name, java.lang.String description)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
           
 java.lang.Long getId()
           
protected  com.google.common.base.Objects.ToStringHelper getToStringHelper()
           
 int hashCode()
           
 
Methods inherited from class com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
getName, getSelf, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityLevel

public SecurityLevel(java.net.URI self,
                     java.lang.Long id,
                     java.lang.String name,
                     java.lang.String description)
Method Detail

getId

public java.lang.Long getId()
Specified by:
getId in interface IdentifiableEntity<java.lang.Long>

getDescription

public java.lang.String getDescription()

hashCode

public int hashCode()
Overrides:
hashCode in class AddressableNamedEntity

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class AddressableNamedEntity

getToStringHelper

protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
Overrides:
getToStringHelper in class AddressableNamedEntity


Copyright © 2013 Atlassian. All Rights Reserved.