public class RemoteDependencyData extends TelemetryData
| Constructor and Description |
|---|
RemoteDependencyData()
Initializes a new instance of the RemoteDependencyData class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAsync()
Gets the Async property.
|
java.lang.String |
getBaseType()
Base Type for this telemetry.
|
java.lang.String |
getCommandName()
Gets the CommandName property.
|
java.lang.Integer |
getCount()
Gets the Count property.
|
DependencyKind |
getDependencyKind()
Gets the DependencyKind property.
|
DependencySourceType |
getDependencySource()
Gets the DependencySource property.
|
java.lang.String |
getDependencyTypeName()
Gets the DependencyTypeName property.
|
java.lang.String |
getEnvelopeName()
Envelope Name for this telemetry.
|
DataPointType |
getKind()
Gets the Kind property.
|
java.lang.Double |
getMax()
Gets the Max property.
|
java.lang.Double |
getMin()
Gets the Min property.
|
java.lang.String |
getName()
Gets the Name property.
|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Gets the Properties property.
|
java.lang.Double |
getStdDev()
Gets the StdDev property.
|
java.lang.Boolean |
getSuccess()
Gets the Success property.
|
double |
getValue()
Gets the Value property.
|
int |
getVer()
Gets the Ver property.
|
protected void |
InitializeFields()
Optionally initializes fields for the current context.
|
protected java.lang.String |
serializeContent(java.io.Writer writer)
Serializes the beginning of this object to the passed in writer.
|
void |
setAsync(java.lang.Boolean value)
Sets the Async property.
|
void |
setCommandName(java.lang.String value)
Sets the CommandName property.
|
void |
setCount(java.lang.Integer value)
Sets the Count property.
|
void |
setDependencyKind(DependencyKind value)
Sets the DependencyKind property.
|
void |
setDependencySource(DependencySourceType value)
Sets the DependencySource property.
|
void |
setDependencyTypeName(java.lang.String value)
Sets the DependencyTypeName property.
|
void |
setKind(DataPointType value)
Sets the Kind property.
|
void |
setMax(java.lang.Double value)
Sets the Max property.
|
void |
setMin(java.lang.Double value)
Sets the Min property.
|
void |
setName(java.lang.String value)
Sets the Name property.
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> value)
Sets the Properties property.
|
void |
setStdDev(java.lang.Double value)
Sets the StdDev property.
|
void |
setSuccess(java.lang.Boolean value)
Sets the Success property.
|
void |
SetupAttributes()
Sets up the events attributes
|
void |
setValue(double value)
Sets the Value property.
|
void |
setVer(int value)
Sets the Ver property.
|
public RemoteDependencyData()
public java.lang.String getEnvelopeName()
public java.lang.String getBaseType()
public int getVer()
public void setVer(int value)
public java.lang.String getName()
public void setName(java.lang.String value)
public DataPointType getKind()
public void setKind(DataPointType value)
public double getValue()
public void setValue(double value)
public java.lang.Integer getCount()
public void setCount(java.lang.Integer value)
public java.lang.Double getMin()
public void setMin(java.lang.Double value)
public java.lang.Double getMax()
public void setMax(java.lang.Double value)
public java.lang.Double getStdDev()
public void setStdDev(java.lang.Double value)
public DependencyKind getDependencyKind()
public void setDependencyKind(DependencyKind value)
public java.lang.Boolean getSuccess()
public void setSuccess(java.lang.Boolean value)
public java.lang.Boolean getAsync()
public void setAsync(java.lang.Boolean value)
public DependencySourceType getDependencySource()
public void setDependencySource(DependencySourceType value)
public java.lang.String getCommandName()
public void setCommandName(java.lang.String value)
public java.lang.String getDependencyTypeName()
public void setDependencyTypeName(java.lang.String value)
public java.util.Map<java.lang.String,java.lang.String> getProperties()
public void setProperties(java.util.Map<java.lang.String,java.lang.String> value)
protected java.lang.String serializeContent(java.io.Writer writer)
throws java.io.IOException
writer - The writer to serialize this object to.java.io.IOExceptionpublic void SetupAttributes()
protected void InitializeFields()