public class MicroAgentPersistInfo
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.Object | useragentobjectThe pojo agent object provided by the user. | 
| Constructor and Description | 
|---|
| MicroAgentPersistInfo()Empty constructor for bean compatibility. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | getUserAgentObject()Gets the user agent object. | 
| void | setUserAgentObject(java.lang.Object useragentobject)Sets the user agent object. | 
protected java.lang.Object useragentobject
public MicroAgentPersistInfo()
public java.lang.Object getUserAgentObject()
public void setUserAgentObject(java.lang.Object useragentobject)
useragentobject - The user agent object to set.