com.atlassian.jira.rest.client.api.domain
Class BasicPriority
java.lang.Object
com.atlassian.jira.rest.client.api.domain.AddressableNamedEntity
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
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BasicPriority
public BasicPriority(java.net.URI self,
@Nullable
java.lang.Long id,
java.lang.String name)
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.