BTMTransactionData Class

In the TrueSight Middleware and Transaction Monitor user interface, TransactionData is referred to as payload data. The following describes the BTMTransactionData class.

Description

Specifies an array of transaction data.

Syntax

public BTMTransactionData()
public BTMTransactionData(String name, String value)
public BTMTransactionData(String name, String value, String label)
public void setName(String name)
public String getName()
public void setValue(String value)
public String getValue()
public void setLabel(String label)
public String getLabel()

Parameters

BTMTransactionData

String name, String value

BTMTransactionData

String name, String value, String label

setName

See setName Method

getName

See getName Method

setValue

See setValue Method

getValue

See getValue Method

setLabel

See setLabel Method

getLabel

See getLabel Method

Was this page helpful? Yes No Submitting... Thank you

Comments