com.atlassian.jira.rest.client.api.domain
Class SecurityLevel
java.lang.Object
com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
com.atlassian.jira.rest.client.api.domain.SecurityLevel
- All Implemented Interfaces:
- AddressableEntity, IdentifiableEntity<Long>, NamedEntity
public class SecurityLevel
- extends AddressableNamedEntity
- implements IdentifiableEntity<Long>
Represents JIRA Security Level
- Since:
- v2.0
SecurityLevel
public SecurityLevel(URI self,
Long id,
String name,
String description)
getId
public Long getId()
- Specified by:
getId in interface IdentifiableEntity<Long>
getDescription
public String getDescription()
hashCode
public int hashCode()
- Overrides:
hashCode in class AddressableNamedEntity
equals
public boolean equals(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.