public class AgentTypeId extends Object
| Modifier and Type | Field and Description |
|---|---|
static AgentTypeId |
ROOT_AGENT_TYPE |
| Constructor and Description |
|---|
AgentTypeId(String agentTypeId)
The format of the AgentType id string should follow the following formatting:
"agentTypeName:agentTypeVersion"
Note that every part separated by : MUST be encoded, it is imperative that ONLY the parts separated by : is encoded, not the agentTypeId as a
whole, that will make impossible to break it down into its parts again.
|
AgentTypeId(String agentTypeName,
String agentTypeVersion)
Note: None of the parameters should be encoded, and must not be encoded when used separated from each other.
|
| Modifier and Type | Method and Description |
|---|---|
String |
agentTypeName() |
String |
agentTypeVersion() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public static final AgentTypeId ROOT_AGENT_TYPE
public AgentTypeId(String agentTypeId)
objectId - Copyright © 2022 TIBCO Software Inc.. All Rights Reserved.