Class Application


  • public class Application
    extends Object
    Application
    • Constructor Detail

      • Application

        public Application()
    • 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 Application 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 Application 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)
      • getToRelationships

        public Object getToRelationships()
        The list of incoming calls to the application.
        Returns:
        toRelationships
      • setToRelationships

        public void setToRelationships​(Object toRelationships)
      • ruleAppliedPattern

        public Application ruleAppliedPattern​(String ruleAppliedPattern)
      • getRuleAppliedPattern

        public String getRuleAppliedPattern()
        Returns:
        ruleAppliedPattern
      • setRuleAppliedPattern

        public void setRuleAppliedPattern​(String ruleAppliedPattern)