Class Application
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.Application
-
public class Application extends Object
Application
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Application.ApplicationMatchTargetEnum
static class
Application.ApplicationTypeEnum
static class
Application.RuleAppliedMatchTypeEnum
-
Constructor Summary
Constructors Constructor Description Application()
-
Method Summary
-
-
-
Method Detail
-
entityId
public Application entityId(String entityId)
-
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)
-
displayName
public Application displayName(String displayName)
-
getDisplayName
public String getDisplayName()
The name of the Dynatrace entity, displayed in the UI.- Returns:
- displayName
-
setDisplayName
public void setDisplayName(String displayName)
-
customizedName
public Application customizedName(String customizedName)
-
getCustomizedName
public String getCustomizedName()
Customized name of the entity- Returns:
- customizedName
-
setCustomizedName
public void setCustomizedName(String customizedName)
-
discoveredName
public Application discoveredName(String discoveredName)
-
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)
-
tags
public Application tags(List<TagInfo> tags)
-
addTagsItem
public Application addTagsItem(TagInfo tagsItem)
-
fromRelationships
public Application fromRelationships(ApplicationFromRelationships fromRelationships)
-
getFromRelationships
public ApplicationFromRelationships getFromRelationships()
Get fromRelationships- Returns:
- fromRelationships
-
setFromRelationships
public void setFromRelationships(ApplicationFromRelationships fromRelationships)
-
toRelationships
public Application toRelationships(Object toRelationships)
-
getToRelationships
public Object getToRelationships()
The list of incoming calls to the application.- Returns:
- toRelationships
-
setToRelationships
public void setToRelationships(Object toRelationships)
-
ruleAppliedMatchType
public Application ruleAppliedMatchType(Application.RuleAppliedMatchTypeEnum ruleAppliedMatchType)
-
getRuleAppliedMatchType
public Application.RuleAppliedMatchTypeEnum getRuleAppliedMatchType()
- Returns:
- ruleAppliedMatchType
-
setRuleAppliedMatchType
public void setRuleAppliedMatchType(Application.RuleAppliedMatchTypeEnum ruleAppliedMatchType)
-
ruleAppliedPattern
public Application ruleAppliedPattern(String ruleAppliedPattern)
-
getRuleAppliedPattern
public String getRuleAppliedPattern()
- Returns:
- ruleAppliedPattern
-
setRuleAppliedPattern
public void setRuleAppliedPattern(String ruleAppliedPattern)
-
applicationType
public Application applicationType(Application.ApplicationTypeEnum applicationType)
-
getApplicationType
public Application.ApplicationTypeEnum getApplicationType()
- Returns:
- applicationType
-
setApplicationType
public void setApplicationType(Application.ApplicationTypeEnum applicationType)
-
applicationMatchTarget
public Application applicationMatchTarget(Application.ApplicationMatchTargetEnum applicationMatchTarget)
-
getApplicationMatchTarget
public Application.ApplicationMatchTargetEnum getApplicationMatchTarget()
- Returns:
- applicationMatchTarget
-
setApplicationMatchTarget
public void setApplicationMatchTarget(Application.ApplicationMatchTargetEnum applicationMatchTarget)
-
-