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

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

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

Basic information about selected priority

Since:
v0.1

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

Constructor Detail

BasicPriority

public BasicPriority(java.net.URI self,
                     @Nullable
                     java.lang.Long id,
                     java.lang.String name)
Method Detail

getId

@Nullable
public java.lang.Long getId()
Getter for id

Specified by:
getId in interface IdentifiableEntity<java.lang.Long>
Returns:
the id

getToStringHelper

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


Copyright © 2013 Atlassian. All Rights Reserved.