Class ChartDashlet
- java.lang.Object
 - 
- de.tsystems.mms.apm.performancesignature.dynatrace.model.ChartDashlet
 
 
- 
- All Implemented Interfaces:
 Comparable<ChartDashlet>
@ExportedBean public class ChartDashlet extends Object implements Comparable<ChartDashlet>
 
- 
- 
Constructor Summary
Constructors Constructor Description ChartDashlet() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(ChartDashlet that)booleanequals(Object obj)StringgetDescription()Ruft den Wert der description-Eigenschaft ab.List<Measure>getMeasures()Gets the value of the measure property.StringgetName()Ruft den Wert der name-Eigenschaft ab.inthashCode()voidsetDescription(String value)Legt den Wert der description-Eigenschaft fest.voidsetName(String value)Legt den Wert der name-Eigenschaft fest. 
 - 
 
- 
- 
Method Detail
- 
getMeasures
@Exported public List<Measure> getMeasures()
Gets the value of the measure property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the measure property.For example, to add a new item, do as follows:
getMeasure().add(newItem);Objects of the following type(s) are allowed in the list
Measure 
- 
getName
@Exported public String getName()
Ruft den Wert der name-Eigenschaft ab.- Returns:
 - possible object is
 
String 
 
- 
setName
public void setName(String value)
Legt den Wert der name-Eigenschaft fest.- Parameters:
 value- allowed object isString
 
- 
getDescription
@Exported public String getDescription()
Ruft den Wert der description-Eigenschaft ab.- Returns:
 - possible object is
 
String 
 
- 
setDescription
public void setDescription(String value)
Legt den Wert der description-Eigenschaft fest.- Parameters:
 value- allowed object isString
 
- 
compareTo
public int compareTo(@Nonnull ChartDashlet that)
- Specified by:
 compareToin interfaceComparable<ChartDashlet>
 
 - 
 
 -