-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class RemoteDependencyData extends TelemetryData
Data contract class RemoteDependencyData.
-
-
Field Summary
Fields Modifier and Type Field Description private intverprivate Stringnameprivate DataPointTypekindprivate doublevalueprivate Integercountprivate Doubleminprivate Doublemaxprivate DoublestdDevprivate DependencyKinddependencyKindprivate Booleansuccessprivate Booleanasyncprivate DependencySourceTypedependencySourceprivate StringcommandNameprivate StringdependencyTypeNameprivate Map<String, String>properties
-
Constructor Summary
Constructors Constructor Description RemoteDependencyData()Initializes a new instance of the RemoteDependencyData class.
-
Method Summary
Modifier and Type Method Description intgetVer()Gets the Ver property. voidsetVer(int value)Sets the Ver property. 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. DependencyKindgetDependencyKind()Gets the DependencyKind property. voidsetDependencyKind(DependencyKind value)Sets the DependencyKind property. BooleangetSuccess()Gets the Success property. voidsetSuccess(Boolean value)Sets the Success property. BooleangetAsync()Gets the Async property. voidsetAsync(Boolean value)Sets the Async property. DependencySourceTypegetDependencySource()Gets the DependencySource property. voidsetDependencySource(DependencySourceType value)Sets the DependencySource property. StringgetCommandName()Gets the CommandName property. voidsetCommandName(String value)Sets the CommandName property. StringgetDependencyTypeName()Gets the DependencyTypeName property. voidsetDependencyTypeName(String value)Sets the DependencyTypeName property. Map<String, String>getProperties()Gets the Properties property. voidsetProperties(Map<String, String> value)Sets the Properties property. StringgetEnvelopeName()Envelope Name for this telemetry. StringgetBaseType()Base Type for this telemetry. voidSetupAttributes()Sets up the events attributes -
Methods inherited from class com.microsoft.telemetry.ITelemetry
getBaseType, getEnvelopeName, getProperties, setProperties, setVer -
Methods inherited from class com.microsoft.telemetry.Domain
serialize -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getVer
int getVer()
Gets the Ver property.
-
setVer
void setVer(int value)
Sets the Ver property.
-
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.
-
getDependencyKind
DependencyKind getDependencyKind()
Gets the DependencyKind property.
-
setDependencyKind
void setDependencyKind(DependencyKind value)
Sets the DependencyKind property.
-
getSuccess
Boolean getSuccess()
Gets the Success property.
-
setSuccess
void setSuccess(Boolean value)
Sets the Success property.
-
getDependencySource
DependencySourceType getDependencySource()
Gets the DependencySource property.
-
setDependencySource
void setDependencySource(DependencySourceType value)
Sets the DependencySource property.
-
getCommandName
String getCommandName()
Gets the CommandName property.
-
setCommandName
void setCommandName(String value)
Sets the CommandName property.
-
getDependencyTypeName
String getDependencyTypeName()
Gets the DependencyTypeName property.
-
setDependencyTypeName
void setDependencyTypeName(String value)
Sets the DependencyTypeName property.
-
getProperties
Map<String, String> getProperties()
Gets the Properties property.
-
setProperties
void setProperties(Map<String, String> value)
Sets the Properties property.
-
getEnvelopeName
String getEnvelopeName()
Envelope Name for this telemetry.
-
getBaseType
String getBaseType()
Base Type for this telemetry.
-
SetupAttributes
void SetupAttributes()
Sets up the events attributes
-
-
-
-