Class TraceEntry

java.lang.Object
oracle.rules.rl.trace.TraceEntry
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActivationData, FactTrace, ResetTrace, RuleCompilationTrace, RulesetStackTrace

public class TraceEntry extends Object implements Serializable

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 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

      public String getInRule()
      Gets the value of the inRule property.
      Returns:
      possible object is String
    • setInRule

      public void setInRule(String value)
      Sets the value of the inRule property.
      Parameters:
      value - allowed object is String