public class IncidentV2DTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IncidentV2DTO.TagDTO |
static class |
IncidentV2DTO.ValuesDTO |
| Modifier and Type | Field and Description |
|---|---|
String |
Created_On |
String |
Name |
List<IncidentV2DTO.TagDTO> |
Tags |
String |
UUID |
IncidentV2DTO.ValuesDTO |
Value |
| Constructor and Description |
|---|
IncidentV2DTO(Incident incident) |
public final String Name
public final String UUID
public final String Created_On
public final IncidentV2DTO.ValuesDTO Value
public final List<IncidentV2DTO.TagDTO> Tags
public IncidentV2DTO(Incident incident)
Copyright © 2022. All rights reserved.