public class TraceEntry
extends java.lang.Object
implements java.io.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>
| Constructor and Description |
|---|
TraceEntry() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInRule()
Gets the value of the inRule property.
|
long |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setInRule(java.lang.String value)
Sets the value of the inRule property.
|
void |
setTimestamp(long value)
Sets the value of the timestamp property.
|
public long getTimestamp()
public void setTimestamp(long value)
public java.lang.String getInRule()
Stringpublic void setInRule(java.lang.String value)
value - allowed object is
String