@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class Priority extends Object
| Constructor and Description |
|---|
Priority() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
any() |
Priority |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
The description of the issue priority.
|
String |
getIconUrl()
The URL of the icon for the issue priority.
|
String |
getId()
The ID of the issue priority.
|
String |
getName()
The name of the issue priority.
|
String |
getSelf()
The URL of the issue priority.
|
String |
getStatusColor()
The color used to indicate the issue priority.
|
int |
hashCode() |
Priority |
iconUrl(String iconUrl) |
Priority |
id(String id) |
Priority |
name(String name) |
Priority |
self(String self) |
void |
set(String name,
Object value) |
void |
setDescription(String description) |
void |
setIconUrl(String iconUrl) |
void |
setId(String id) |
void |
setName(String name) |
void |
setSelf(String self) |
void |
setStatusColor(String statusColor) |
Priority |
statusColor(String statusColor) |
String |
toString() |
public String getSelf()
public void setSelf(String self)
public String getStatusColor()
public void setStatusColor(String statusColor)
public String getDescription()
public void setDescription(String description)
public String getIconUrl()
public void setIconUrl(String iconUrl)
public String getName()
public void setName(String name)
public String getId()
public void setId(String id)
Copyright © 2011–2021 Everit Kft.. All rights reserved.