@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class IssuePickerSuggestionsIssueType extends Object
| Constructor and Description |
|---|
IssuePickerSuggestionsIssueType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
The ID of the type of issues suggested for use in auto-completion.
|
List<SuggestedIssue> |
getIssues()
A list of issues suggested for use in auto-completion.
|
String |
getLabel()
The label of the type of issues suggested for use in auto-completion.
|
String |
getMsg()
If no issue suggestions are found, returns a message indicating no suggestions were found,
|
String |
getSub()
If issue suggestions are found, returns a message indicating the number of issues suggestions found and returned.
|
int |
hashCode() |
String |
toString() |
public String getLabel()
public String getSub()
public String getId()
public String getMsg()
public List<SuggestedIssue> getIssues()
Copyright © 2011–2021 Everit Kft.. All rights reserved.