@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+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.
|
Boolean |
getIsDefault()
Whether this priority is the default.
|
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 |
isDefault(Boolean isDefault) |
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 |
setIsDefault(Boolean isDefault) |
void |
setName(String name) |
void |
setSelf(String self) |
void |
setStatusColor(String statusColor) |
Priority |
statusColor(String statusColor) |
String |
toString() |
public String getDescription()
public void setDescription(String description)
public String getIconUrl()
public void setIconUrl(String iconUrl)
public String getId()
public void setId(String id)
public Boolean getIsDefault()
public void setIsDefault(Boolean isDefault)
public String getName()
public void setName(String name)
public String getSelf()
public void setSelf(String self)
public String getStatusColor()
public void setStatusColor(String statusColor)
Copyright © 2011–2023 Everit Kft.. All rights reserved.