com.dynatrace.diagnostics.pdk
Interface Key


public interface Key

Unique Incident Key. Indented to be used for pairing of raised and closed incident in plugin. Key provides hashCode() and equals() implementation and can be used in maps ...


Method Summary
 java.lang.String getSystemProfile()
          string representation of the system profile for this incident
 java.lang.String getUUID()
          string representation of universal unique identifier
 

Method Detail

getUUID

java.lang.String getUUID()
string representation of universal unique identifier

Returns:
uuid, not null

getSystemProfile

java.lang.String getSystemProfile()
string representation of the system profile for this incident

Returns:
system profile, not null


Copyright © 2004-2012 dynaTrace software GmbH