|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.apptelemetry.apm.APMParameter
public class APMParameter
Field Summary | |
---|---|
byte[] |
m_paramHandle
|
Constructor Summary | |
---|---|
APMParameter()
Create a new complex parameter. |
Method Summary | |
---|---|
void |
AddInt32(int value)
Call AddInt32 to add a 32-bit integer scalar to the complex parameter. |
void |
AddInt64(long value)
Call AddInt64 to add a 64-bit integer scalar to the complex parameter. |
void |
AddString(java.lang.String value)
Call AddString to add a string value to the complex parameter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public byte[] m_paramHandle
Constructor Detail |
---|
public APMParameter()
Method Detail |
---|
public void AddInt32(int value)
value
- Integer value.public void AddInt64(long value)
value
- Integer value.public void AddString(java.lang.String value)
value
- String value.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |