Package oracle.rules.rl.trace
Class TraceEntry
java.lang.Object
oracle.rules.rl.trace.TraceEntry
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActivationData
,FactTrace
,ResetTrace
,RuleCompilationTrace
,RulesetStackTrace
Java class for trace-entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="trace-entry"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="in-rule" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the inRule property.long
Gets the value of the timestamp property.void
Sets the value of the inRule property.void
setTimestamp
(long value) Sets the value of the timestamp property.
-
Constructor Details
-
TraceEntry
public TraceEntry()
-
-
Method Details
-
getTimestamp
public long getTimestamp()Gets the value of the timestamp property. -
setTimestamp
public void setTimestamp(long value) Sets the value of the timestamp property. -
getInRule
Gets the value of the inRule property.- Returns:
- possible object is
String
-
setInRule
Sets the value of the inRule property.- Parameters:
value
- allowed object isString
-