@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class SimplifiedHierarchyLevel extends Object
| Constructor and Description |
|---|
SimplifiedHierarchyLevel() |
| Modifier and Type | Method and Description |
|---|---|
SimplifiedHierarchyLevel |
aboveLevelId(Long aboveLevelId) |
SimplifiedHierarchyLevel |
addIssueTypeIdsItem(Long issueTypeIdsItem) |
SimplifiedHierarchyLevel |
belowLevelId(Long belowLevelId) |
boolean |
equals(Object o) |
SimplifiedHierarchyLevel |
externalUuid(UUID externalUuid) |
Long |
getAboveLevelId()
The ID of the level above this one in the hierarchy.
|
Long |
getBelowLevelId()
The ID of the level below this one in the hierarchy.
|
UUID |
getExternalUuid()
The external UUID of the hierarchy level.
|
Integer |
getHierarchyLevelNumber()
Get hierarchyLevelNumber
|
Long |
getId()
The ID of the hierarchy level.
|
List<Long> |
getIssueTypeIds()
The issue types available in this hierarchy level.
|
Integer |
getLevel()
The level of this item in the hierarchy.
|
String |
getName()
The name of this hierarchy level.
|
Long |
getProjectConfigurationId()
The ID of the project configuration.
|
int |
hashCode() |
SimplifiedHierarchyLevel |
hierarchyLevelNumber(Integer hierarchyLevelNumber) |
SimplifiedHierarchyLevel |
id(Long id) |
SimplifiedHierarchyLevel |
issueTypeIds(List<Long> issueTypeIds) |
SimplifiedHierarchyLevel |
level(Integer level) |
SimplifiedHierarchyLevel |
name(String name) |
SimplifiedHierarchyLevel |
projectConfigurationId(Long projectConfigurationId) |
void |
setAboveLevelId(Long aboveLevelId) |
void |
setBelowLevelId(Long belowLevelId) |
void |
setExternalUuid(UUID externalUuid) |
void |
setHierarchyLevelNumber(Integer hierarchyLevelNumber) |
void |
setId(Long id) |
void |
setIssueTypeIds(List<Long> issueTypeIds) |
void |
setLevel(Integer level) |
void |
setName(String name) |
void |
setProjectConfigurationId(Long projectConfigurationId) |
String |
toString() |
public SimplifiedHierarchyLevel aboveLevelId(Long aboveLevelId)
public Long getAboveLevelId()
public void setAboveLevelId(Long aboveLevelId)
public SimplifiedHierarchyLevel belowLevelId(Long belowLevelId)
public Long getBelowLevelId()
public void setBelowLevelId(Long belowLevelId)
public SimplifiedHierarchyLevel externalUuid(UUID externalUuid)
public UUID getExternalUuid()
public void setExternalUuid(UUID externalUuid)
public SimplifiedHierarchyLevel hierarchyLevelNumber(Integer hierarchyLevelNumber)
public Integer getHierarchyLevelNumber()
public void setHierarchyLevelNumber(Integer hierarchyLevelNumber)
public SimplifiedHierarchyLevel id(Long id)
public Long getId()
public void setId(Long id)
public SimplifiedHierarchyLevel issueTypeIds(List<Long> issueTypeIds)
public SimplifiedHierarchyLevel addIssueTypeIdsItem(Long issueTypeIdsItem)
public List<Long> getIssueTypeIds()
public SimplifiedHierarchyLevel level(Integer level)
public Integer getLevel()
public void setLevel(Integer level)
public SimplifiedHierarchyLevel name(String name)
public String getName()
public void setName(String name)
public SimplifiedHierarchyLevel projectConfigurationId(Long projectConfigurationId)
public Long getProjectConfigurationId()
public void setProjectConfigurationId(Long projectConfigurationId)
Copyright © 2011–2023 Everit Kft.. All rights reserved.