Class AgentAndGroupList.AgentOrGroupListItem

  • Enclosing class:
    AgentAndGroupList

    public static class AgentAndGroupList.AgentOrGroupListItem
    extends java.lang.Object
    Represents an agent or an agentgroup in the list.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAgentType()
      Agent type (technical agent type) e.g.
      java.lang.String getName()
      Object name
      java.lang.String getObjectType()
      Object type
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Object name
        Returns:
        name of the agent or agentgroup
      • getObjectType

        public java.lang.String getObjectType()
        Object type
        Returns:
        if agent then HOST is returned otherwise HOSTG.
      • getAgentType

        public java.lang.String getAgentType()
        Agent type (technical agent type) e.g. WINDOWS, BS2000, R3
        Returns:
        the technical agent type or empty String if not available.