-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class DataPoint implements IJsonSerializable, Serializable
Data contract class DataPoint.
-
-
Constructor Summary
Constructors Constructor Description DataPoint()Initializes a new instance of the DataPoint class.
-
Method Summary
Modifier and Type Method Description StringgetName()Gets the Name property. voidsetName(String value)Sets the Name property. DataPointTypegetKind()Gets the Kind property. voidsetKind(DataPointType value)Sets the Kind property. doublegetValue()Gets the Value property. voidsetValue(double value)Sets the Value property. IntegergetCount()Gets the Count property. voidsetCount(Integer value)Sets the Count property. DoublegetMin()Gets the Min property. voidsetMin(Double value)Sets the Min property. DoublegetMax()Gets the Max property. voidsetMax(Double value)Sets the Max property. DoublegetStdDev()Gets the StdDev property. voidsetStdDev(Double value)Sets the StdDev property. voidserialize(Writer writer)Serializes the beginning of this object to the passed in writer. -
-
Method Detail
-
getKind
DataPointType getKind()
Gets the Kind property.
-
setKind
void setKind(DataPointType value)
Sets the Kind property.
-
getValue
double getValue()
Gets the Value property.
-
setValue
void setValue(double value)
Sets the Value property.
-
-
-
-