@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class IssueContextVariable extends Object
| Constructor and Description |
|---|
IssueContextVariable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getId()
The issue ID.
|
String |
getKey()
The issue key.
|
String |
getType()
Type of custom context variable.
|
int |
hashCode() |
IssueContextVariable |
id(Long id) |
IssueContextVariable |
key(String key) |
void |
setId(Long id) |
void |
setKey(String key) |
void |
setType(String type) |
String |
toString() |
IssueContextVariable |
type(String type) |
public IssueContextVariable id(Long id)
public Long getId()
public void setId(Long id)
public IssueContextVariable key(String key)
public String getKey()
public void setKey(String key)
public IssueContextVariable type(String type)
public String getType()
public void setType(String type)
Copyright © 2011–2023 Everit Kft.. All rights reserved.