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(java.lang.String duration) |
This optional property describes the duration of activity for long-running
activities.
|
CadfEvent.Builder |
CadfEvent.Builder.eventTime(java.lang.String eventTime) |
|
CadfEvent.Builder |
CadfEvent.Builder.eventType(EventType eventType) |
|
CadfEvent.Builder |
CadfEvent.Builder.id(java.lang.String id) |
|
CadfEvent.Builder |
CadfEvent.Builder.initiator(CadfResource initiator) |
Property that represents the event INITIATOR.
|
CadfEvent.Builder |
CadfEvent.Builder.initiatorId(java.lang.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(java.lang.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(java.lang.String observerId) |
Property that identifies the event OBSERVER.
|
CadfEvent.Builder |
CadfEvent.Builder.outcome(Outcome outcome) |
|
CadfEvent.Builder |
CadfEvent.Builder.reason(java.lang.String reasonType,
java.lang.String reasonCode,
java.lang.String policyType,
java.lang.String policyId) |
A convenience method to set the event reason.
|
CadfEvent.Builder |
CadfEvent.Builder.reason(CadfReason reason) |
Sets 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(java.lang.String severity) |
This optional property describes domain-relative severity assigned to the
event by OBSERVER.
|
CadfEvent.Builder |
CadfEvent.Builder.tag(java.lang.String tag) |
A convenience method allowing to add one tag at a time as opposed to an
array.
|
CadfEvent.Builder |
CadfEvent.Builder.tags(java.lang.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(java.lang.String targetId) |
Property that identifies the event TARGET.
|
CadfEvent.Builder |
CadfEvent.Builder.typeUri(java.lang.String typeUri) |
Set the typeURI property of the CADF event entity.
|