Class ProcessGroup


  • public class ProcessGroup
    extends Object
    ProcessGroup
    • Constructor Detail

      • ProcessGroup

        public ProcessGroup()
    • Method Detail

      • getEntityId

        public String getEntityId()
        Dynatrace entity ID of the required entity. You can find them in the URL of the corresponding Dynatrace page, for example, `HOST-007`.
        Returns:
        entityId
      • setEntityId

        public void setEntityId​(String entityId)
      • getDisplayName

        public String getDisplayName()
        The name of the Dynatrace entity, displayed in the UI.
        Returns:
        displayName
      • setDisplayName

        public void setDisplayName​(String displayName)
      • getCustomizedName

        public String getCustomizedName()
        Customized name of the entity
        Returns:
        customizedName
      • setCustomizedName

        public void setCustomizedName​(String customizedName)
      • getDiscoveredName

        public String getDiscoveredName()
        Discovered name of the entity
        Returns:
        discoveredName
      • setDiscoveredName

        public void setDiscoveredName​(String discoveredName)
      • firstSeenTimestamp

        public ProcessGroup firstSeenTimestamp​(Long firstSeenTimestamp)
      • getFirstSeenTimestamp

        public Long getFirstSeenTimestamp()
        Timestamp in UTC milliseconds when the entity was detected for the first time.
        Returns:
        firstSeenTimestamp
      • setFirstSeenTimestamp

        public void setFirstSeenTimestamp​(Long firstSeenTimestamp)
      • lastSeenTimestamp

        public ProcessGroup lastSeenTimestamp​(Long lastSeenTimestamp)
      • getLastSeenTimestamp

        public Long getLastSeenTimestamp()
        Timestamp in UTC milliseconds when the entity was detected for the last time.
        Returns:
        lastSeenTimestamp
      • setLastSeenTimestamp

        public void setLastSeenTimestamp​(Long lastSeenTimestamp)
      • getTags

        public List<TagInfo> getTags()
        The list of entity tags.
        Returns:
        tags
      • setTags

        public void setTags​(List<TagInfo> tags)
      • addAzureSiteNameItem

        public ProcessGroup addAzureSiteNameItem​(String azureSiteNameItem)
      • getAzureSiteName

        public List<String> getAzureSiteName()
        Returns:
        azureSiteName
      • setAzureSiteName

        public void setAzureSiteName​(List<String> azureSiteName)
      • getSoftwareTechnologies

        public List<TechnologyInfo> getSoftwareTechnologies()
        Returns:
        softwareTechnologies
      • setSoftwareTechnologies

        public void setSoftwareTechnologies​(List<TechnologyInfo> softwareTechnologies)
      • addAzureHostNameItem

        public ProcessGroup addAzureHostNameItem​(String azureHostNameItem)
      • getAzureHostName

        public List<String> getAzureHostName()
        Returns:
        azureHostName
      • setAzureHostName

        public void setAzureHostName​(List<String> azureHostName)
      • getListenPorts

        public List<Integer> getListenPorts()
        Returns:
        listenPorts
      • setListenPorts

        public void setListenPorts​(List<Integer> listenPorts)