@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class Resolution extends Object
| Constructor and Description |
|---|
Resolution() |
| Modifier and Type | Method and Description |
|---|---|
Resolution |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
The description of the issue resolution.
|
String |
getId()
The ID of the issue resolution.
|
String |
getName()
The name of the issue resolution.
|
URI |
getSelf()
The URL of the issue resolution.
|
int |
hashCode() |
Resolution |
id(String id) |
Resolution |
name(String name) |
Resolution |
self(URI self) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setSelf(URI self) |
String |
toString() |
public Resolution self(URI self)
public URI getSelf()
public void setSelf(URI self)
public Resolution id(String id)
public String getId()
public void setId(String id)
public Resolution description(String description)
public String getDescription()
public void setDescription(String description)
public Resolution name(String name)
public String getName()
public void setName(String name)
Copyright © 2011–2021 Everit Kft.. All rights reserved.