Package | Description |
---|---|
org.opennms.netmgt.rt |
Modifier and Type | Method and Description |
---|---|
List<CustomField> |
RTTicket.getCustomFields() |
Modifier and Type | Method and Description |
---|---|
void |
RTTicket.addCustomField(CustomField customField) |
Modifier and Type | Method and Description |
---|---|
void |
RTTicket.setCustomFields(List<CustomField> customFields) |
Constructor and Description |
---|
RTTicket(Long id,
String queue,
String requestor,
String subject,
String text,
List<CustomField> customFields) |
RTTicket(String queue,
String requestor,
String subject,
String text,
List<CustomField> customFields) |
Copyright © 2021. All rights reserved.