Class ProcessGroup
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.ProcessGroup
-
public class ProcessGroup extends Object
ProcessGroup
-
-
Constructor Summary
Constructors Constructor Description ProcessGroup()
-
Method Summary
-
-
-
Method Detail
-
entityId
public ProcessGroup 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 ProcessGroup 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 ProcessGroup customizedName(String customizedName)
-
getCustomizedName
public String getCustomizedName()
Customized name of the entity- Returns:
- customizedName
-
setCustomizedName
public void setCustomizedName(String customizedName)
-
discoveredName
public ProcessGroup discoveredName(String discoveredName)
-
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)
-
tags
public ProcessGroup tags(List<TagInfo> tags)
-
addTagsItem
public ProcessGroup addTagsItem(TagInfo tagsItem)
-
fromRelationships
public ProcessGroup fromRelationships(ProcessGroupFromRelationships fromRelationships)
-
getFromRelationships
public ProcessGroupFromRelationships getFromRelationships()
Get fromRelationships- Returns:
- fromRelationships
-
setFromRelationships
public void setFromRelationships(ProcessGroupFromRelationships fromRelationships)
-
toRelationships
public ProcessGroup toRelationships(ProcessGroupToRelationships toRelationships)
-
getToRelationships
public ProcessGroupToRelationships getToRelationships()
Get toRelationships- Returns:
- toRelationships
-
setToRelationships
public void setToRelationships(ProcessGroupToRelationships toRelationships)
-
azureSiteName
public ProcessGroup azureSiteName(List<String> azureSiteName)
-
addAzureSiteNameItem
public ProcessGroup addAzureSiteNameItem(String azureSiteNameItem)
-
metadata
public ProcessGroup metadata(ProcessGroupMetadata metadata)
-
getMetadata
public ProcessGroupMetadata getMetadata()
Get metadata- Returns:
- metadata
-
setMetadata
public void setMetadata(ProcessGroupMetadata metadata)
-
softwareTechnologies
public ProcessGroup softwareTechnologies(List<TechnologyInfo> softwareTechnologies)
-
addSoftwareTechnologiesItem
public ProcessGroup addSoftwareTechnologiesItem(TechnologyInfo softwareTechnologiesItem)
-
getSoftwareTechnologies
public List<TechnologyInfo> getSoftwareTechnologies()
- Returns:
- softwareTechnologies
-
setSoftwareTechnologies
public void setSoftwareTechnologies(List<TechnologyInfo> softwareTechnologies)
-
azureHostName
public ProcessGroup azureHostName(List<String> azureHostName)
-
addAzureHostNameItem
public ProcessGroup addAzureHostNameItem(String azureHostNameItem)
-
listenPorts
public ProcessGroup listenPorts(List<Integer> listenPorts)
-
addListenPortsItem
public ProcessGroup addListenPortsItem(Integer listenPortsItem)
-
-