public class TransactionStep
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded"> <element ref="{}Event" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}Message" maxOccurs="unbounded" minOccurs="0"/> <element ref="{}PerformanceCounterDataCollector" minOccurs="0"/> <element name="press_enter_timestamps" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element name="click_leftButton_timestamps" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/> <element ref="{}screenshot" minOccurs="0"/> <element ref="{}ClientTrace" maxOccurs="unbounded" minOccurs="0"/> </choice> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="time" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="traceflags" use="required" type="{http://www.w3.org/2001/XMLSchema}hexBinary" /> <attribute name="ucpu" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="kcpu" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="reqType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="http"/> <enumeration value="SAPGUI"/> <enumeration value="SAPGUI-EEM"/> <enumeration value="miscellaneous"/> <enumeration value="RFC"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
clickLeftButtonTimestamps |
protected java.util.List<ClientTraceType> |
clientTraceList |
protected java.util.List<Event> |
eventList |
protected java.lang.String |
id |
protected java.math.BigInteger |
kcpu |
protected java.util.List<Message> |
messageList |
protected java.lang.String |
name |
protected PerformanceCounterDataCollector |
performanceCounterDataCollector |
protected java.lang.String |
pressEnterTimestamps |
protected java.lang.String |
reqType |
protected Screenshot |
screenshot |
protected java.lang.String |
time |
protected java.lang.String |
traceflags |
protected java.math.BigInteger |
ucpu |
Constructor and Description |
---|
TransactionStep(java.lang.String id,
java.lang.String name,
java.lang.String time,
java.lang.String traceflags,
IGuid rootContextID)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClickLeftButtonTimestamps() |
java.util.List<ClientTraceType> |
getClientTraceList() |
java.util.List<Event> |
getEventList() |
java.lang.String |
getId()
Gets the value of the id property.
|
int |
getIndex() |
java.math.BigInteger |
getKcpu()
Gets the value of the kcpu property.
|
java.util.List<Message> |
getMessageList() |
java.lang.String |
getName()
Gets the value of the name property.
|
PerformanceCounterDataCollector |
getPerformanceCounterDataCollector() |
java.lang.String |
getPressEnterTimestamps() |
java.lang.String |
getReqType()
Gets the value of the reqType property.
|
IGuid |
getRootContextID() |
Screenshot |
getScreenshot() |
java.lang.String |
getTime()
Gets the value of the time property.
|
java.lang.String |
getTraceflags()
Gets the value of the traceflags property.
|
java.math.BigInteger |
getUcpu()
Gets the value of the ucpu property.
|
void |
setClickLeftButtonTimestamps(java.lang.String clickLeftButtonTimestamps) |
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setIndex(int stepIndex) |
void |
setKcpu(java.math.BigInteger value)
Sets the value of the kcpu property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPerformanceCounterDataCollector(PerformanceCounterDataCollector performanceCounterDataCollector) |
void |
setPressEnterTimestamps(java.lang.String pressEnterTimestamps) |
void |
setReqType(java.lang.String value)
Sets the value of the reqType property.
|
void |
setScreenshot(Screenshot screenshot) |
void |
setTime(java.lang.String value)
Sets the value of the time property.
|
void |
setTraceflags(java.lang.String value)
Sets the value of the traceflags property.
|
void |
setUcpu(java.math.BigInteger value)
Sets the value of the ucpu property.
|
protected java.util.List<Event> eventList
protected java.util.List<ClientTraceType> clientTraceList
protected java.lang.String clickLeftButtonTimestamps
protected Screenshot screenshot
protected PerformanceCounterDataCollector performanceCounterDataCollector
protected java.lang.String pressEnterTimestamps
protected java.util.List<Message> messageList
protected java.lang.String name
protected java.lang.String id
protected java.lang.String time
protected java.lang.String traceflags
protected java.math.BigInteger ucpu
protected java.math.BigInteger kcpu
protected java.lang.String reqType
public TransactionStep(java.lang.String id, java.lang.String name, java.lang.String time, java.lang.String traceflags, IGuid rootContextID)
id
- name
- time
- traceflags
- format is hexBinary, e.g. "0a89"public java.util.List<Event> getEventList()
public java.util.List<ClientTraceType> getClientTraceList()
public java.lang.String getClickLeftButtonTimestamps()
public void setClickLeftButtonTimestamps(java.lang.String clickLeftButtonTimestamps)
clickLeftButtonTimestamps
- the clickLeftButtonTimestamps to setpublic Screenshot getScreenshot()
public void setScreenshot(Screenshot screenshot)
screenshot
- the screenshot to setpublic PerformanceCounterDataCollector getPerformanceCounterDataCollector()
public void setPerformanceCounterDataCollector(PerformanceCounterDataCollector performanceCounterDataCollector)
performanceCounterDataCollector
- the performanceCounterDataCollector to setpublic java.lang.String getPressEnterTimestamps()
public void setPressEnterTimestamps(java.lang.String pressEnterTimestamps)
pressEnterTimestamps
- the pressEnterTimestamps to setpublic java.util.List<Message> getMessageList()
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTime()
String
public void setTime(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTraceflags()
String
public void setTraceflags(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getUcpu()
BigInteger
public void setUcpu(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getKcpu()
BigInteger
public void setKcpu(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getReqType()
String
public void setReqType(java.lang.String value)
value
- allowed object is
String
public void setIndex(int stepIndex)
public int getIndex()
public IGuid getRootContextID()