public class AgentObjectIdentifier extends Object
| Constructor and Description |
|---|
AgentObjectIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getConfig() |
String |
getDescription() |
String |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
void |
setConfig(Object config) |
void |
setDescription(String description) |
void |
setKey(String value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
public Object getConfig()
public final void setConfig(Object config)
public String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is Stringpublic String getKey()
Stringpublic void setKey(String value)
value - allowed object is Stringpublic String getDescription()
public void setDescription(String description)
Copyright © 2022 TIBCO Software Inc.. All Rights Reserved.