CadfEvent.Builder |
CadfEvent.Builder.action(Action action) |
|
CadfEvent.Builder |
CadfEvent.Builder.attachment(CadfAttachment attachment) |
A convenience method to add one attachment at a time.
|
CadfEvent.Builder |
CadfEvent.Builder.attachments(CadfAttachment[] attachments) |
An optional array of extended or domain-specific information about the event
or its context.
|
static CadfEvent.Builder |
CadfEvent.builder() |
|
CadfEvent.Builder |
CadfEvent.Builder.duration(String duration) |
This optional property describes the duration of activity for long-running
activities.
|
CadfEvent.Builder |
CadfEvent.Builder.eventTime(String eventTime) |
|
CadfEvent.Builder |
CadfEvent.Builder.eventType(EventType eventType) |
|
CadfEvent.Builder |
CadfEvent.Builder.id(String id) |
|
CadfEvent.Builder |
CadfEvent.Builder.initiator(CadfResource initiator) |
Property that represents the event INITIATOR.
|
CadfEvent.Builder |
CadfEvent.Builder.initiatorId(String initiatorId) |
Property that identifies the event INITIATOR.
|
CadfEvent.Builder |
CadfEvent.Builder.measurement(CadfMeasurement measurement) |
A convenience method to add one measurement at a time.
|
CadfEvent.Builder |
CadfEvent.Builder.measurements(CadfMeasurement[] measurements) |
Property representing measurements associated with the event.
|
CadfEvent.Builder |
CadfEvent.Builder.name(String name) |
Sets a descriptive name for the event.
|
CadfEvent.Builder |
CadfEvent.Builder.observer(CadfResource observer) |
Property that represents the event OBSERVER.
|
CadfEvent.Builder |
CadfEvent.Builder.observerId(String observerId) |
Property that identifies the event OBSERVER.
|
CadfEvent.Builder |
CadfEvent.Builder.outcome(Outcome outcome) |
|
CadfEvent.Builder |
CadfEvent.Builder.reason(CadfReason reason) |
Sets the event reason.
|
CadfEvent.Builder |
CadfEvent.Builder.reason(String reasonType,
String reasonCode,
String policyType,
String policyId) |
A convenience method to set the event reason.
|
CadfEvent.Builder |
CadfEvent.Builder.reporterChain(CadfReporterStep[] chain) |
An array of Reporterstep typed data that contains information about the
sequenced handling of or change to the associated CADF Event Record by any
REPORTER.
|
CadfEvent.Builder |
CadfEvent.Builder.severity(String severity) |
This optional property describes domain-relative severity assigned to the
event by OBSERVER.
|
CadfEvent.Builder |
CadfEvent.Builder.tag(String tag) |
A convenience method allowing to add one tag at a time as opposed to an
array.
|
CadfEvent.Builder |
CadfEvent.Builder.tags(String[] tags) |
An optional array of Tags that MAY be used to further qualify or categorize
the CADF Event Record.
|
CadfEvent.Builder |
CadfEvent.Builder.target(CadfResource target) |
Property that represents the event TARGET.
|
CadfEvent.Builder |
CadfEvent.Builder.targetId(String targetId) |
Property that identifies the event TARGET.
|
CadfEvent.Builder |
CadfEvent.Builder.typeUri(String typeUri) |
Set the typeURI property of the CADF event entity.
|