public class FailureReason extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FailureCategory |
category |
protected Map<String,String> |
description |
protected List<Long> |
features |
protected Long |
id |
protected Map<String,String> |
name |
| Constructor and Description |
|---|
FailureReason() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
FailureCategory |
getCategory() |
Map<String,String> |
getDescription() |
List<Long> |
getFeatures() |
Long |
getId()
The ID is the primary key of the entity.
|
Map<String,String> |
getName() |
int |
hashCode() |
String |
toString() |
protected FailureCategory category
protected Long id
public FailureCategory getCategory()
public Long getId()
Copyright © 2021. All rights reserved.